#column .text .title {
  margin: 4.2% auto 5%;
  text-align: center;
  color: #e60012;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
}

#column .text .subtitle {
  margin-bottom: 7%;
}

#column .text .campaing_content .detail {
  margin-bottom: 9%;
  border: none;
}

#column .text .subtitle img,
#column .text .detail img {
  width: 100%
}

#column .campaign-text {
  color: #e60012;
  font-size: 1.2em;
  text-align: center;
  width: 88.23%;
  position: relative;
  margin: 0 auto;
}

#column .campaign-text:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  background: #e60012;
  transform: rotateZ(-45deg);
  left: -3%;
  bottom: 1%;
}

#column .campaign-text:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  background: #e60012;
  transform: rotateZ(45deg);
  right: -3%;
  bottom: 1%;
}

#column .cv-area {
  width: 100%;
  padding: 5.36% 0;
}

#column a.cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 16.1vw;
  line-height: 1.2;
  color: #fff;
  background: #e60012;
  font-size: 1.01em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
}

#column a.cv-btn:after {
  content: ">";
  color: #fff;
  display: block;
  position: absolute;
  top: 36%;
  right: 3.4%;
  line-height: 1;
}

.bl_pickup {
  margin: 0 0 6.25vw;
}
.bl_pickup_title {
  display: flex;
  margin: 0 0 2.344vw;
  font-size: 4.063vw;
  font-weight: bold;
  color: #e60012;
  gap: 0 4.688vw;
  align-items: center;
  justify-content: center;
}
.bl_pickup_title::before,
.bl_pickup_title::after {
  width: .313vw;
  height: 1lh;
  background-color: #e60012;
  content: '';
}
.bl_pickup_title::before {
  rotate: -30deg
}
.bl_pickup_title::after {
  rotate: 30deg
}
.bl_pickup_txt {
  text-align: center;
  font-size: 3.125vw;
}
.bl_pickup_txt + .bl_pickup_txt {
  margin-top: 1.563vw;
}