@charset "UTF-8";
body {
  margin: 0;
  background-color: #222;
  color: white;
  font-family: "BIZ UDゴシック", ui-monospace;
}

#app {
  display: flex;
}

.log {
  background-color: #000000FC;
  padding: 0 40px 0 10px;
  margin: 0;
}
.log li {
  display: flex;
  list-style-type: none;
  position: relative;
}
.log li.up:before, .log li.down:before {
  position: absolute;
  width: 195px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #88888888;
  margin-top: -0.5px;
  content: "";
}
.log li.up .lane:after, .log li.down .lane:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 6px;
  top: calc(50% - 0.5px);
  margin-top: -3px;
  border: none;
}
.log li.down:before {
  background-color: #A0A0A080;
}
.log li.up:before {
  background-color: transparent;
}
.log li.down:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><path d="M15,30L0,0L15,15L30,0L15,30Z" /></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><path d="M15,30L0,0L15,15L30,0L15,30Z" /></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.log li.up:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><path d="M15,0L0,30L15,15L30,30L15,0Z" /></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><path d="M15,0L0,30L15,15L30,30L15,0Z" /></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.log li.isPickEmpty:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><g><circle cx="15" cy="15" r="4"/></g></svg>');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"><g><circle cx="15" cy="15" r="4"/></g></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  right: -39px;
}
.log li .lane {
  position: relative;
  width: 39px;
}
.log li .lane:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -3.5px;
}
.log li .lane.red:after, .log li .lane.green:after, .log li .lane.blue:after, .log li .lane.yellow:after, .log li .lane.purple:after {
  border: black 1px solid;
  margin-left: 1px;
}
.log li .lane.red:before {
  background: linear-gradient(to right, #250007, 45%, #805761, 55%, #250007);
}
.log li .lane.red:after {
  background: radial-gradient(#FFC3B8, #E12F3B, #A42833);
  z-index: 9;
}
.log li .lane.green:before {
  background: linear-gradient(to right, #08250B, 45%, #4D684D, 55%, #08250B);
}
.log li .lane.green:after {
  background: radial-gradient(#B5FBBD, #4CD24E, #35933F);
  z-index: 9;
}
.log li .lane.blue:before {
  background: linear-gradient(to right, #041A21, 45%, #475A5E, 55%, #041A21);
}
.log li .lane.blue:after {
  background: radial-gradient(#D6FFFF, #71BFF1, #315E85);
  z-index: 9;
}
.log li .lane.yellow:before {
  background: linear-gradient(to right, #181408, 45%, #706857, 55%, #181408);
}
.log li .lane.yellow:after {
  background: radial-gradient(#FFFA8F, #F9DA79, #94712A);
  z-index: 9;
}
.log li .lane.purple:before {
  background: linear-gradient(to right, #2A021F, 45%, #66475F, 55%, #2A021F);
}
.log li .lane.purple:after {
  background: radial-gradient(#FF80F9, #EF69DD, #7A0465);
  z-index: 9;
}
.log li.down .lane:nth-child(1).open:after, .log li.up .lane:nth-child(1).open:after {
  background: linear-gradient(to right, #9D2982, #EF4CEA);
  width: 39px;
}
.log li.down .lane:nth-child(2).open:after, .log li.up .lane:nth-child(2).open:after {
  background: linear-gradient(to right, #EF4CEA, #E3B3E6);
  width: 39px;
}
.log li.down .lane:nth-child(3).open:after, .log li.up .lane:nth-child(3).open:after {
  background-color: #E3B3E6;
  width: 39px;
}
.log li.down .lane:nth-child(3).open:before, .log li.up .lane:nth-child(3).open:before {
  position: absolute;
  top: calc(50% - 11px);
  left: -3px;
  width: 54px;
  content: url("../img/open.svg");
  z-index: 1;
}
.log li.down .lane:nth-child(4).open:after, .log li.up .lane:nth-child(4).open:after {
  background: linear-gradient(to right, #E3B3E6, #EF4CEA);
  width: 39px;
}
.log li.down .lane:nth-child(5).open:after, .log li.up .lane:nth-child(5).open:after {
  background: linear-gradient(to right, #EF4CEA, #9D2982);
  width: 39px;
}

.form {
  margin-left: 1rem;
}

.form, .instruction {
  background-color: #000000;
  padding: 0 1rem 1rem;
}
.form p, .instruction p {
  margin: 10px 0;
  line-height: 1.25em;
}
.form button, .instruction button {
  margin-right: 5px;
}
.form .input-buttons, .instruction .input-buttons {
  display: flex;
}
.form .input-buttons p, .instruction .input-buttons p {
  margin: 0 30px 0 0;
}
.form .color-setting span, .instruction .color-setting span {
  display: inline-block;
  width: 80px;
}
.form li, .instruction li {
  padding: 8px 0 0;
  line-height: 1.1em;
}
.form ol > li, .instruction ol > li {
  margin-bottom: 1rem;
}
.form ul, .instruction ul {
  padding-left: 1rem;
  list-style-type: disc;
}
.form hr, .instruction hr {
  border-color: #222;
}
.form textarea:read-only, .instruction textarea:read-only {
  background-color: #DDD;
}

.instruction label {
  cursor: pointer;
  text-decoration-line: underline;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

h2, h3, h4, .title-text {
  color: #84b6aa;
}

a {
  color: #ffd2fb;
}
a:visited {
  color: #ffb0f8;
}

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