@charset "UTF-8";

.pat5	{padding-top:5px !important;}
.mainvis {
  margin-bottom: 60px;
}

.application p.coupon {
  margin: 30px 0 20px;
}

.coupon > em {
  color: #ee0d5c;
}

.intro {
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
}

.intro strong {
  position: relative;
  color: #ee0d5c;
  font-size: 300%;
  line-height: 2;
}

.intro strong::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(../../images/common/bg_shadow_red.webp) top center no-repeat;
  background-size: contain;
}

.intro strong > em {
  font-size: 166.7%;
}

.benefits section {
  padding: 0 0 200px;
}

.benefits .benefit04 section {
  padding: 0;
}

.benefits > div {
  position: relative;
}

.benefits > div:first-child {
  margin-top: 130px;
}

.benefit {
  position: relative;
  padding-top: 222px;
}

.benefit::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  height: 308px;
  margin: auto;
}

.benefit01.benefit::before {
  top: -89px;
  width: 1342px;
  background: url(../../images/campaign_lp/title_p1.webp) top center no-repeat;
  background-size: cover;
}

.benefit02.benefit::before {
  top: -89px;
  width: 1349px;
  background: url(../../images/campaign_lp/title_p2.webp) top center no-repeat;
  background-size: cover;
}

.benefit03.benefit::before {
  top: -88px;
  width: 1349px;
  background: url(../../images/campaign_lp/title_p3.webp) top center no-repeat;
  background-size: cover;
}

.benefit04.benefit::before {
  top: -89px;
  width: 1349px;
  background: url(../../images/campaign_lp/title_p4.webp) top center no-repeat;
  background-size: cover;
}

.benefit02 .application {
  margin-top: 20px;
}

.benefit03 .application {
  margin-top: 50px;
}

.benefit04 .application {
  margin-top: 40px;
}

.benefit .sub_btn {
  position: relative;
  display: block;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  line-height: 2.8;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: solid 2px #333333;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  background: #fff;
  padding-top: 1px;
  font-weight: 700;
}

.benefit .sub_btn:hover {
  background-color:#333333;
  border: solid 2px #fff;
  color: #fff;
}

.benefit .sub_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 7px;
  margin-top: -5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(30deg);
}
.benefit .sub_btn:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.benefits .ttl-benefit {
  position: absolute;
  top: -90px;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}

.ttl-section {
  text-align: center;
}

.ttl-section > p {
  font-weight: 900;
  font-size: 175%;
}

.ttl-section > p + .ttl-line {
  margin-top: 30px;
}

.ttl-line + .ttl-section > p {
  margin-top: 30px;
}

.ttl-line {
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
  color: #ee0d5c;
  font-weight: 900;
  text-align: center;
}

.ttl-line::before {
  z-index: -1;
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 80%;
  min-height: 60px;
  margin: auto;
  background: url(../../images/campaign_lp/ttl-line.webp) top center no-repeat;
  background-size: cover;
}

.benefit01 .ttl-section:nth-of-type(2) .ttl-line::before {
  width: 68%;
}

.ttl-line.-default {
  /* font-size 62px */
  font-size: 387.5%;
}

.ttl-line.-default > em {
  font-size: 171%;
}

.ttl-line.-medium,
.ttl-line.-small {
  font-size: 312.5%;
}

.ttl-line.-medium > em {
  font-size: 129%;
}

.ttl-line.-small > em {
  font-size: 124%;
}

.off-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -9px;
}

.off-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc( ( 100% - 90px ) / 5 );
  height: 260px;
  margin: 9px;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.off-list > li figure {
  width: 160px;
  height: auto;
  margin: 0 0 10px;
}

.off-list span {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.off-list:first-of-type {
  margin-bottom: 60px;
}

.attention {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.benefit_p2 {
  display: block;
  width: 100%;
  max-width: 1128px;
  height: auto;
  margin: 0 auto;
}

.benefit_p4 {
  display: block;
  width: 100%;
  max-width: 751px;
  height: auto;
  margin: 0 auto;
}

.postage-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 60px -15px -15px -15px;
  counter-reset: num;
}

.postage-list > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: calc( (100% - 90px) / 3 );
  margin: 15px;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.postage-list > li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  background: #00BCD8;
  border-radius: 20px;
}

.postage-list p {
  position: relative;
  font-size: 137.5%;
  font-weight: 900;
  text-align: center;
}

.postage-list p::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 32px;
  margin: auto;
  background: url(../../images/common/bg_shadow_blue.webp) top center no-repeat;
  background-size: contain;
}

.postage-list > li:nth-child(2) p {
  margin-bottom: 30px;
}

.postage-list p > em {
  color: #00BCD8;
  font-size: 163.6%;
}

.box-attention {
  padding: 30px 50px;
  border: 6px solid #00BCD8;
}
.box-attention img	{width:300px;}

.about_campaign01 {
  padding-top: 50px;
}

.about_campaign01::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 870px;
  height: 50px;
  margin: auto;
  background: url(../../images/campaign_lp/arrow_big.webp) top center no-repeat;
  background-size: cover;
}

.ttl-pink {
  position: relative;
  font-weight: 900;
  font-size: 250%;
  color: #EE0D5C;
  text-align: center;
}

.ttl-pink::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(../../images/common/bg_shadow_red.webp) top center no-repeat;
}

.ttl-pink + p {
  margin-top: 10px;
  margin-bottom: 70px;
  text-align: center;
}

.about_campaign01 .application {
  margin-bottom: 80px;
}

.ttl-box {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 150%;
  color: #EE0D5C;
  text-align: center;
}

.ttl-box-gray {
  margin-bottom: 20px;
  padding: 10px 5px 5px;
  font-weight: 900;
  font-size: 125%;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #666666;
}

.box-attention > ul {
  width: 70%;
  margin: 0 auto;
}

.box-attention > ul > li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}

.box-attention > ul > li:after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 pro";
  font-weight: 500;
  display: block;
  font-size: 1em;
  color: #00BCD8;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
.intro {
  line-height: 1.4;
}

.intro strong {
  font-size: 200%;
  line-height: 1.4;
}



  .intro strong span {
    position: relative;
    display: block;
    color: #ee0d5c;
    font-size: 100%;
    line-height: 1.2;
  }

  .intro strong::before {
    content: none;
  }

  .intro strong span::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(../../images/common/bg_shadow_red.webp) top center no-repeat;
    background-size: contain;
  }

  .intro strong span:nth-child(2)::before {
    bottom: -6px;
    width: 70%;
    margin: auto;
  }

  .intro strong span > em {
    font-size: 166.7%;
  }

  .benefits section {
    padding: 0 13px 70px;
  }

  .benefits > div:first-child {
    margin-top: 70px;
  }

  .benefit::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 263px;
    margin: auto;
  }

  .benefit01.benefit::before {
    top: -6%;
    width: 100%;
    background: url(../../images/campaign_lp/title_p1_sp.webp) top center no-repeat;
    background-size: contain;
  }

  .benefit02.benefit::before {
    top: -9.8%;
    width: 100%;
    background: url(../../images/campaign_lp/title_p2_sp.webp) top center no-repeat;
    background-size: contain;
  }

  .benefit03.benefit::before {
    top: -2.6%;
    width: 100%;
    background: url(../../images/campaign_lp/title_p3_sp.webp) top center no-repeat;
    background-size: contain;
  }

  .benefit04.benefit::before {
    top: -7.3%;
    width: 100%;
    background: url(../../images/campaign_lp/title_p4_sp.webp) top center no-repeat;
    background-size: contain;
  }

  .benefit {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .benefit03.benefit {
    padding-top: 100px;
  }

  .benefit04.benefit {
    padding-top: 80px;
  }

  .benefit .sub_btn {
    width: 100%;
    height: auto;
    padding: 10px 0;
    line-height: 1.6;
    font-size: 125%;
  }

  .ttl-section > p {
    font-size: 87.5%;
  }

  .ttl-section > p + .ttl-line {
    margin-top: 10px;
  }

  .benefit01 .ttl-line {
    margin-bottom: 20px;
  }

  .ttl-line::before {
    width: 100%;
    bottom: -23px;
    background-size: contain;
  }

  .benefit01 .ttl-line::before {
    bottom: -28px;
  }

  .benefit01 .ttl-section:nth-of-type(2) .ttl-line::before {
    width: 100%;
  }

  .benefit04 .ttl-line::before {
    bottom: -36px;
  }

  .ttl-line.-default,
  .ttl-line.-medium,
  .ttl-line.-small {
    font-size: 156.3%;
  }

  .ttl-line.-default > em,
  .ttl-line.-medium > em {
    font-size: 184%;
  }

  .ttl-line.-small > em {
    font-size: 124%;
  }

  .ttl-line.-small::before {
    width: 70%;
  }

  .off-list {
    justify-content: flex-start;
    align-items: stretch;
    margin: -12px 0 0 0;
  }

  .off-list > li {
    width: calc( (100% - 24px) / 3 );
    height: auto;
    margin: 0 12px 12px 0;
    padding: 10px 20px;
  }

  .off-list > li:nth-child(3n) {
    margin-right: 0;
  }

  .off-list > li figure {
    width: 100%;
    margin: 0;
  }

  .off-list span {
    font-size: 87.5%;
  }

  .attention {
    font-size: 81.3%;
  }

  .postage-list {
    flex-direction: column;
    margin: 40px 0 0 0;
  }

  .postage-list > li {
    width: 100%;
    margin-right: 0;
    margin: 0 0 40px 0;
  }

  .postage-list p::before {
    bottom: -27px;
    left: 50%;
    width: 140%;
    transform: translateX(-50%);
  }

  .about_campaign01::before {
    width: 100%;
    height: 50px;
    margin: auto;
    background: url(../../images/campaign_lp/arrow_big_sp.webp) top center no-repeat;
    background-size: cover;
  }

  
  .ttl-pink {
    font-size: 150%;
  }

  .ttl-pink + p {
    margin-bottom: 20px;
  }

  .ttl-pink + p + .application {
    margin-top: 50px;
  }
  
  .ttl-pink::before {
    content: none;
  }

  .ttl-pink span {
    display: inline-block;
    position: relative;
  }

  .ttl-pink span::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(../../images/common/bg_shadow_red.webp) top center no-repeat;
    background-size: contain;
  }

  .box-attention {
    padding: 20px;
    border-radius: 6px;
  }

  .ttl-box {
    font-size: 125%;
  }

  .ttl-box-gray {
    display: none;
  }

  .box-attention > ul {
    width: 100%;
  }
  
.box-attention img	{width:48%;}
  
}