section#campaign {
  padding: 80px 0px 0;
}
section#campaign .titleBox {
  position: relative;
  padding-top: 20px;
  margin-bottom: 0px;
}
section#campaign .titleBox::before {
  content: "";
  display: inline-block;
  width: 438px;
  height: 118px;
  background: url(../../img/webp/ttl_campaign.webp) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
}
section#campaign .titleBox h2::before {
  content: "";
  width: 74px;
  height: 110px;
  background: url(../../img/webp/fukidashi_left.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -30px;
  left: 30px;
  font-size: 90px;
}
section#campaign .titleBox h2::after {
  content: "";
  width: 74px;
  height: 110px;
  background: url(../../img/webp/fukidashi_right.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -30px;
  right: 30px;
  font-size: 90px;
}

.campaignContent {
  display: flex;
  gap: 20px;
}
@media (max-width: 1099px) {
  .campaignContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 20px;
  }
}
.campaignContent_block {
  width: 30%;
  padding: 50px 20px 40px;
  border: 6px solid #38BFE9;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.campaignContent_block h3 {
  min-height: 85px;
}
.campaignContent_block p {
  margin-top: 10px;
}
.campaignContent_block .imgBox {
  margin-top: 20px;
}
.campaignContent_block::before {
  content: "";
  display: inline-block;
  width: 220px;
  height: 60px;
  background: url(../../img/webp/campaign_01.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.campaignContent_block:nth-child(2)::before {
  background: url(../../img/webp/campaign_02.webp) no-repeat;
  background-size: 100%;
}
.campaignContent_block:nth-child(3)::before {
  background: url(../../img/webp/campaign_03.webp) no-repeat;
  background-size: 100%;
}
.campaignContent_block:nth-child(4)::before {
  background: url(../../img/webp/campaign_04.webp) no-repeat;
  background-size: 100%;
}
/*--- さらに！ ---*/
section#campaign .sarani {
  padding: 150px 0 50px;
  background: url(../../img/webp/campaign_sarani_bg.webp) no-repeat;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.triangle {
  position: relative;
}
.triangle::before {
  content: "";
  position: absolute;
  width: calc(50vw - 10px);
  height: calc(18vh - 10px);
  background: url(../../img/webp/bector.webp) no-repeat;
  background-size: 100%;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (min-width: 1600px) {
  .triangle::before {
    width: calc(50vw - 10px);
    height: calc(20vh - 10px);
    top: 40px;
  }
}
.triangle:after {
  content: "";
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 150px solid #fff;
}

.sarani_ttl {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
section#campaign .sarani .container {
  margin-top: 30px;
}
section#campaign .sarani .container p strong.fs96 {
  vertical-align: 3px;
}
section#campaign .chusyaku {
  margin-top: 20px;
  margin-bottom: 80px;
}


@media (max-width: 880px) {
section#campaign .titleBox h2::before {
  content: "";
  width: 54px;
  height: 80px;
  background: url(../../img/webp/fukidashi_left.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -30px;
  left: 0px;
  font-size: 90px;
}
section#campaign .titleBox h2::after {
  content: "";
  width: 54px;
  height: 80px;
  background: url(../../img/webp/fukidashi_right.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -30px;
  right: 0px;
  font-size: 90px;
}
}
/*********************************/
/*        SP Responsive          */
/*********************************/
@media (max-width: 768px) {
  section#campaign {
    padding: 60px 0px 0;
  }
  section#campaign .titleBox::before {
    width: 40%;
    top: -90px;
    height: 82px;
  }
  section#campaign .titleBox {
    margin-bottom: 0px;
  }
  .campaignContent_block::before {
    width: 60%;
    height: 100%;
    top: -18px;
  }
  .campaignContent_block p {
    font-size: 1.2rem;
  }
  section#campaign .titleBox {
    padding-top: 0;
  }
  section#campaign .titleBox h2::after {
    width: 30px;
    height: 50%;
    position: absolute;
    bottom: -30px;
    right: 80px;
    top: unset;
  }
  section#campaign .titleBox h2::before {
    width: 30px;
    height: 50%;
    position: absolute;
    bottom: -30px;
    left: 80px;
    top: unset;
  }

  .campaignContent {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
    gap: 20px;
  }
  .campaignContent_block {
    width: 32%;
    padding: 30px 10px 20px;
    border: 6px solid #38BFE9;
  }
  .campaignContent_block .imgBox {
    margin-top: 10px;
  }
  .campaignContent_block .imgBox img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .campaignContent_block h3 {
    min-height: 60px;
    font-size: 1.6rem;
    line-height: 2.0rem;
  }

  .triangle:after {
    border-right: calc(50vw - 10px) solid transparent;
    border-left: calc(50vw - 10px) solid transparent;
    border-top: 50px solid #fff;
  }
  section#campaign .sarani {
    padding: 50px 0 30px;
  }
  section#campaign .sarani .container p strong.fs96 {
    line-height: 6rem;
  }
  .sarani_ttl {
    top: 0px;
  }
  .triangle::before {
    content: "";
    position: absolute;
    width: calc(50vw - 0px);
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  .campaignContent_block::before {
    background: url(../../img/webp/campaign_01_sp.webp) no-repeat;
    background-size: 100%;
  }
  .campaignContent_block:nth-child(2)::before {
    background: url(../../img/webp/campaign_02_sp.webp) no-repeat;
    background-size: 100%;
  }
  .campaignContent_block:nth-child(3)::before {
    background: url(../../img/webp/campaign_03_sp.webp) no-repeat;
    background-size: 100%;
  }
  .campaignContent_block:nth-child(4)::before {
    background: url(../../img/webp/campaign_04_sp.webp) no-repeat;
    background-size: 100%;
  }

  section#campaign .chusyaku {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}


@media (max-width: 450px) {
  section#campaign {
    padding: 40px 0px 0;
  }
  section#campaign .titleBox::before {
    width: 50%;
    top: -65px;
    height: 60px;
  }
  .campaignContent_block::before {
    width: 80%;
    height: 100%;
    top: -18px;
  }

  .triangle::before {
    content: "";
    position: absolute;
    width: calc(50vw - 0px);
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  section#campaign .titleBox p {
    font-size: 1.6rem;
  }
  section#campaign .titleBox p strong {
    font-size: 2rem;
  }
  section#campaign .titleBox h2 {
    padding: 0 20px;
    font-size: 2.8rem;
    line-height: 3rem;
  }
  section#campaign .titleBox h2::after {
    width: 20px;
    height: 50%;
    position: absolute;
    bottom: -40px;
    right: 10px;
    top: unset;
  }
  section#campaign .titleBox h2::before {
    width: 20px;
    height: 50%;
    position: absolute;
    bottom: -40px;
    left: 10px;
    top: unset;
  }

  section#campaign .chusyaku {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 1.2rem;
  }
}

section#campaign {
  padding: 80px 0px 100px;
}
@media (max-width: 768px) {
  section#campaign {
    padding: 60px 0px 80px;
  }
}
@media (max-width: 450px) {
  section#campaign {
    padding: 40px 0px 60px;
  }
}

/*------- 240215_追記 ----------*/
section#campaign .titleBox {
  margin-bottom: 100px;
}
.campaignContent_block h3 span {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
@media (max-width: 768px) {
  section#campaign .titleBox {
    margin-bottom: 50px;
  }
  section#campaign .titleBox h2::before,
  section#campaign .titleBox h2::after {
    bottom: -20px;
  }
  .campaignContent_block h3 span {
    font-size:  10px;
  }
}