.ok-section {
  width: 100vw;
  height: 145vw;
  background-image: url('../img/ok-section-sp-bg.png');
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.ok-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6vw;
}

.lady-ok {
  width: 21.5vw;
  height: auto;
  z-index: 2;
  display: block;
  margin-bottom: 2.0vw;
}

.ok-title {
  width: 77vw;
  height: 10vw;
  background-color: #EB5E72;
  border: 0.7vw solid #212121;
  border-radius: 5vw;
  box-shadow: 0.7vw 0.7vw 0 #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 4vw;
  color: white;
  margin-top: -2vw;
  z-index: 1;
}

.ok-area {
  background-image: url('../img/cta-section-sp-area-bg.png');
  background-size: 88vw auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 88vw;
  margin: -5vw auto 0;
  padding: 10vw 4vw 12vw;
  position: relative;
}

.ok-area-text {
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 4.2vw;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 6vw;
}

.ok-text-line {
  margin-bottom: 0.5vw;
}

.ok-emphasis {
  color: #EB5E72;
}

.ok-sp-break {
  display: inline;
}

.ok-columns {
  display: flex;
  justify-content: center;
  gap: 4vw;
  align-items: center;
}

.ok-column {
  position: relative;
  width: 34vw;
}

.ok-column-bg {
  width: 100%;
  height: auto;
  display: block;
}

.ok-column-text {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 3.8vw;
  color: #212121;
  line-height: 1.4;
  width: 100%;
}
