@charset "UTF-8";
.nav_spOnly{
  display: none;
}
.br_spOnly{
  display: none;
}

.nav_pcLast::after{
  content: none !important;
}

.topBanner-wrap{
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap:0;
  padding-bottom: 87px;
}
.topBanner-wrap .bannerArea__link{
  width: 48%;
  max-width: 590px;
  margin: 0 0 30px;
}

.pageContent-wrap{
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}

.archiveCampaign{
  overflow-x: hidden;
}
.cp-title-wrap{
  width: 90%;
  max-width: 1122px;
  margin: 0 auto 55px;
}

.cp-intro-wrap{
  width: 90%;
  max-width: 980px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.cp-intro_left{
  /* width: 404px;
  max-width: 42%; */
  width: 42%;
  max-width: 404px;
  padding: 7px 0 0;
}
.cp-intro_right{
  /* width: 534px;
  max-width: 55%; */
  width: 55%;
  max-width: 534px;
}
.cp-intro_title{
  font-size: 28px;
  font-weight: 700;
  color: #1274bf;
  margin: 0 0 16px;
}
.cp-intro_text{
  font-size: 16px;
  line-height: 2;
}

.cp-present-wrap{
  width: 90%;
  max-width: 980px;
  margin: 50px auto 43px;
  display: flex;
  justify-content: space-between;
}
.cp-present_left{
  width: 42%;
  /* max-width: calc( 100% - 568px ); */
  padding: 28px 0 0;
}
.cp-present_title{
  margin: 0 0 16px;
}
.cp-present_title_en{
  display: block;
  font-family: "Staatliches",cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .15em;
}
.cp-present_title_ja{
  display: block;
  margin-top: -27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
}
.cp-present_note{
  margin: 0 0 38px;
}
.cp-present_name{
  font-size: 40px;
  color: #d71b3d;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 6px;
}
.cp-present_ex{
  display: flex;
  flex-wrap: wrap;
}
.cp-present_ex dt,
.cp-present_ex dd{
  font-size: 20px;
  font-weight: 700;
  color: #1274bf;
}
.cp-present_ex dt{
  width: 3em;
}

.cp-present_right{
  width: 55%;
  max-width: 538px;
  position: relative;
}
.cp-present_num{
  width: 128px;
  height: 128px;
  background-image: url(../img/campaign/bg_present_num.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 44px;
  color: #fff;
}
.cp-present_num_text{
  font-size: 22px;
  padding-left: 2px;
}
.cp-present_ph-sub{
  width: 143px;
  width: 26%;
  position: absolute;
  /* bottom: -15px; */
  top: 50%;
  right: -30px;
}
.cp-present_others-wrap{
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 43px;
  display: flex;
}
.cp-present_others{
  width: calc( 100% / 3 );
  padding: 0 2%;
}
.cp-present_others:not(:last-of-type){
  border-right: 1px solid #dfdfdf;
}
.cp-present_others_box .cp-present_name{
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.cp-present_others_box .cp-present_ex dt,
.cp-present_others_box .cp-present_ex dd{
  width: 100%;
  font-size: 16px;
}

.cp-present_others_ph{
  margin: 35px 0 0;
  position: relative;
}
.cp-present_others_ph .cp-present_num{
  width: 90px;
  height: 90px;
  font-size: 31px;
}
.cp-present_others_ph .cp-present_num_text{
  font-size: 15px;
}

.cp-apply-wrap{
  width: 90%;
  max-width: 980px;
  margin: 0 auto 44px;
}
.cp-apply_title{
  font-size: 28px;
  font-weight: 700;
  color: #1274bf;
  margin: 0 0 20px;
}
.cp-apply-inner{
  margin: 0 0 44px;
}
.cp-apply_box{
  display: flex;
  justify-content: space-between;
}
.cp-apply_box:not(:last-of-type){
  margin: 0 0 50px;
}
.cp-apply_box_left{
  width: 100px;
}
.cp-apply_box_right{
  width: calc( 100% - 120px );
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.cp-apply_box:not(:last-of-type) .cp-apply_box_right::after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #d71b3d;
  border-right: 3px solid #d71b3d;
  transform: rotate(45deg);

  position: absolute;
  left: 0;
  bottom: -28px;
}
.cp-apply_box_title{
  font-size: 20px;
  font-weight: 700;
  color: #e02746;
  margin: 0 0 10px;
}
.cp-apply_box_text{
  font-size: 16px;
  color: #004c7b;
}
.cp-apply_box_text span{
  color: #d71b3d;
}

.cp-apply_note{
  line-height: 1.75;
}
.cp-apply_note span{
  color: #d71b3d;
}

.cpFacility{
  margin-top: 0;
}
.archiveCampaignFacility__comingSoon{
  text-decoration: none;
  background: #d6203c;
  transition: .3s;
}
.archiveCampaignFacility__comingSoon:hover{
  opacity: .7;
}


/* form */
.form-wrap{
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}
.form-item{
  margin: 0 0 30px;
}
.form_title{
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 10px;
}
.wpcf7-list-item{
  margin: 0 0 1em 1em;
}
.form-item input,
.form-item textarea,
.form-item select{
  color: #344a63;
}
.form-item textarea{
  width: 100%;
  padding: 10px;
}
.form_emial input{
  width: 100%;
  max-width: 360px;
}
.form_send input{
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .05em;
  color: #fff;
  text-decoration: none;
  width: 200px;
  height: 50px;
  border: 1px solid #d6203c;
  border-radius: 40px;
  background-color: #d6203c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin: 0 auto;
}
.form_send input:hover{
  opacity: .7;
}
.formText{
  line-height: 2;
  margin: 0 0 30px;
}
.formText span{
  color: #d71b3d;
}


/* privacy */
.privacyText{
  font-size: 16px;
  line-height: 2;
}
.privacyTitle{
  font-size: 18px;
  font-weight: 700;
  margin: 46px 0 7px;
}
.privacyList{
  margin: 8px 0 0;
}
.privacyList li {
  padding-left: 1em;
  position: relative;
}
.privacyList li:not(:last-child) {
  margin: 0 0 8px;
}
.privacyList li::before {
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.privacyText:last-of-type {
  margin-top: 46px;
}

.bannerKoshogatsu{
  padding-bottom: 56px;
}
.bnr_koshogatsu2024{
  width: 90%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.cp-close_text{
  color: #d6203c;
  margin: 0 0 8px;
}
.cp-close_title{
  color: #d6203c;
  text-align: center;
  margin: 30px 0;
  font-size: 40px;
}


@media screen and (max-width: 1200px) {
  .nav_spOnly{
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br_pcOnly{
    display: none;
  }
  .br_spOnly{
    display: inline;
  }

  .topBanner-wrap{
    padding-bottom: 39px;
    row-gap:0;
  }
  .topBanner-wrap .bannerArea__link{
    width: 100%;
    max-width: none;
    margin: 0 0 17px;
  }

  .cp-intro_title{
    font-size: 21px;
  }
  .cp-intro-wrap{
    display: block;
  }
  .cp-intro_left{
    width: 62%;
    max-width: none;
    margin: 0 auto 50px;
  }
  .cp-intro_right{
    width: 100%;
    max-width: none;
  }

  .cp-present-wrap{
    display: block;
  }
  .cp-present_left{
    width: 100%;
  }
  .cp-present_name{
    font-size: 30px;
    margin: 0 0 10px;
  }
  .cp-present_ex dt, .cp-present_ex dd{
    font-size: 18px;
  }
  .cp-present_right{
    width: 100%;
    max-width: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 10% 10%;
    margin: 35px 0 0;
  }
  .cp-present_num{
    width: 96px;
    height: 96px;
    font-size: 20px;
    top: -6%;
    right: 3%;
  }
  .cp-present_num_text{
    font-size: 14px;
  }
  .cp-present_ph-sub{
    top: 35%;
    right: 3%;
  }

  .cp-present_others-wrap{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .cp-present_others{
    width: 100%;
    padding: 0 0 10%;
    border-bottom: 1px solid #dfdfdf;
  }
  .cp-present_others:not(:last-of-type){
    border-right: none;
  }
  .cp-present_others_box{
    margin: 43px 0 0;
  }
  .cp-present_others_box .cp-present_name{
    font-size: 30px;
  }
  .cp-present_others_box .cp-present_ex dt, .cp-present_others_box .cp-present_ex dd{
    font-size: 18px;
  }
  .cp-present_others_ph{
    padding: 0 10%;
  }
  .cp-present_others_ph .cp-present_num{
    width: 96px;
    height: 96px;
    font-size: 20px;
  }
  .cp-present_others_ph .cp-present_num_text{
    font-size: 14px;
  }

  .cp-apply-wrap{
    margin: 50px auto 44px;
  }
  .cp-apply_title{
    font-size: 21px;
  }
  .cp-apply_box_left{
    width: 75px;
  }
  .cp-apply_box_right{
    width: calc( 100% - 95px );
  }
  .cp-apply_box:not(:last-of-type) .cp-apply_box_right::after{
    width: 24px;
    height: 24px;
  }


  .bannerKoshogatsu{
    padding-bottom: 78px;
  }

}
@media screen and (max-width: 767px) {
  .cp-close_text{
    font-size: 14px;
    text-align: center;
  }
  .cp-close_title{
    font-size: 30px;
  }
}

@media screen and (max-width: 580px) {
  .cp-present_num,
  .cp-present_others_ph .cp-present_num{
    width: 64px;
    height: 64px;
  }
}
/* 0126追加 */
.bannerArea__link.center{
    margin: 0 auto 30px;
}
