.kowaza_js01 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7em;
  color: #fff;
  background: var(--color-mu07);
  clip-path: polygon(2em 0%, 100% 0%, calc(100% - 2em) 100%, 0% 100%);
  margin: 20px 0 0;
}
.kowaza_js01 .js-scroll-action-a {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
}
.kowaza_js01 .js-scroll-action-a.is-intersecting {
  opacity: 1;
  transform: translateY(0px);
}
.kowaza_js01 .js-scroll-action-b {
  opacity: 0;
  transform: translateX(10px);
  transition: 1s;
}
.kowaza_js01 .js-scroll-action-b.is-intersecting {
  opacity: 1;
  transform: translateX(0px);
}

.kowaza_js02 .box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 20px 0 0;
}
.kowaza_js02 .box {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--color-mu07);
  margin: 0 0.5em;
}
.kowaza_js02 .box-a {
  height: 100%;
}
.kowaza_js02 .box-b {
  height: 67%;
}
.kowaza_js02 .box-c {
  height: 33%;
}
.kowaza_js02 .box-left {
  width: 7em;
  flex-shrink: 0;
  margin: 0 0.5em 0 0;
}
.kowaza_js02 .box-left-in {
  position: sticky;
  top: 20px;
  padding: 1em 1em;
  border: 1px solid var(--color-mu07);
}
.kowaza_js02 .box-left-li {
  text-align: center;
}
.kowaza_js02 .box-left-rate {
  display: inline-block;
  vertical-align: top;
  width: 3em;
  height: 1.75em;
  overflow: hidden;
}
.kowaza_js02 .box-right {
  flex-grow: 1;
  height: 30em;
  margin: 8em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kowaza_js12 .wrap {
  position: relative;
  padding: 75% 0 0;
  border: 1px solid var(--color-mu07);
  overflow: hidden;
  cursor: grab;
}
.kowaza_js12 .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kowaza_js14 .text {
  font-size: 60px;
  color: var(--color-mu07);
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.25;
  text-shadow: 1px 1px var(--color-mu08), 2px 2px var(--color-mu08), 3px 3px var(--color-mu08), 4px 4px var(--color-mu08), 5px 5px var(--color-mu08), 6px 6px 4px #777;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .kowaza_js14 .text {
    font-size: 80px;
  }
}

.three_a .wrap {
  position: relative;
  padding: 50% 0 0;
  border: 1px solid var(--color-mu07);
  overflow: hidden;
  cursor: grab;
}
.three_a .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}