#gift-campaign {
  background: white;
  z-index: 0;
  padding: 6.4rem 0;
  color: #181930;
}

@media (width < 472px) {
  #gift-campaign {
    padding: 5rem 0 1.2rem;
  }
}
#gift-campaign {
  position: relative;
  overflow: hidden;
}

@media (width < 1080px) {
  #gift-campaign .content {
    max-width: 472px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (width < 472px) {
  #gift-campaign .content {
    max-width: calc(100% - 40px);
  }
}
.gift-campaign-heading {
  margin: 0 auto 4rem;
}
@media (max-width: 768px) {
  .gift-campaign-heading {
    margin: 0 auto 2.4rem;
  }
}

.gift-campaign-heading::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.2rem;
  margin-top: 2.2rem;
  margin-inline: auto;
  background: #000;
}

.gift-campaign-heading h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.gift-campaign-title h2 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
  color: #181930;
}

@media (width < 472px) {
  .gift-campaign-title h2 {
    font-size: 1.4rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
#gift-campaign .video-wrapper {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
}

.gift-campaign-title h2::after, .gift-campaign-title h2::before {
  content: "";
  display: block;
  width: 6rem;
  height: 15rem;
  background: url(../img/gift-campaign/title-line.svg);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.gift-campaign-title h2::before {
  top: 0;
  left: -8%;
  transform: scale(-1, 1);
}

.gift-campaign-title h2::after {
  right: -8%;
  top: 0;
}

@media (width < 1080px) {
  .gift-campaign-title h2::before {
    width: 3rem;
    height: 7.5rem;
    top: 46%;
    left: -3%;
  }
  .gift-campaign-title h2::after {
    width: 3rem;
    height: 7.5rem;
    top: 46%;
    right: -3%;
  }
}
@media (width < 726px) {
  .gift-campaign-title h2::before {
    top: 12%;
    left: -3%;
  }
  .gift-campaign-title h2::after {
    top: 12%;
    right: -3%;
  }
}
#gift-campaign::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  transform: skewY(-7deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F4F9FD;
}

#gift-campaign .bold {
  font-weight: 900;
}

#gift-campaign .light-bold {
  font-weight: 700;
}

#gift-campaign .line {
  border-bottom: 1px solid;
}

#gift-campaign .lg-font {
  font-size: 2.4rem;
}

@media (width < 472px) {
  #gift-campaign .lg-font {
    font-size: 1.8rem;
  }
}
#gift-campaign .bolder {
  font-size: 1.8rem;
  font-weight: 900;
}

#gift-campaign .md-font {
  font-size: 1.8rem;
}

.gift-campaign-desc {
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #181930;
  background: #FFF;
}

.gift-campaign-desc .head {
  color: #E9D171;
  background: #084974;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift-campaign-desc .head::before {
  content: "";
  background: url("../img/gift-campaign/bell_icon.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}

.gift-campaign-desc .text {
  font-size: 1.6rem;
  font-style: normal;
  padding: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

@media (width < 472px) {
  .gift-campaign-desc .text {
    font-size: 1.4rem;
  }
}
.gift-campaign-texts .decotation {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.gift-campaign-texts .decotation::before {
  transform: scale(-1, 1);
}

.gift-campaign-note {
  color: #FF7171;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px auto 0;
  max-width: 33em;
  @media (max-width: 768px) {
    font-size: 14px;
  }
}



@media (1080px <= width) {
  .gift-campaign-desc .head::before {
    width: 3.3rem;
    height: 3.3rem;
  }
  #application .gift-campaign-texts .decotation::after, #application .gift-campaign-texts .decotation::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  #gift-campaign .sp_only {
    display: none;
  }
}
@media (1080px <= width) {
  #gift-campaign {
    padding: 3rem 2rem 5rem;
  }
  .gift-campaign-title h2 {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
  }
  #gift-campaign .md-font {
    font-size: 1.8rem;
  }
  .gift-campaign-title h2::after, .gift-campaign-title h2::before {
    content: "";
    display: block;
    width: 5rem;
    height: 9rem;
    background: url(../img/gift-campaign/title-line.svg);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .gift-campaign-title h2::before {
    right: -8%;
    top: 13%;
    transform: scale(-1, 1);
  }
  .gift-campaign-title h2::after {
    right: -8%;
    top: 13%;
  }
  .gift-campaign-desc {
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #181930;
    background: #FFF;
  }
  .gift-campaign-desc .head {
    color: #E9D171;
    background: #084974;
    font-weight: 700;
    text-align: center;
    font-size: 2.8rem;
    padding: 1.5rem 0;
  }
  .gift-campaign-desc .text {
    font-size: 2.2rem;
    font-style: normal;
    padding: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
  #gift-campaign .sample {
    width: 100%;
  }
  .gift-campaign-desc .head::before {
    width: 3.3rem;
    height: 3.3rem;
  }
  #gift-campaign .video-wrapper {
    margin: 4rem auto 4rem;
  }
}
@media (width < 472px) {
  #gift-campaign .is_sp_block {
    display: block;
  }
}
#application .gift-campaign-texts {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  margin: 5.2rem auto;
  /* line-height: 2.5; */
}

#application .gift-campaign-texts .underline {
  border-bottom: 1px solid;
  line-height: 1.5;
}

#application .gift-campaign-texts .big {
  color: #181930;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

#application .gift-campaign-texts .decotation::after, #application .gift-campaign-texts .decotation::before {
  content: "";
  background: url("../img/gift-campaign/yellow_title_icon.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -0.9rem;
}

#application .gift-campaign-texts .middle {
  color: #181930;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#application .bg_yellow {
  background: #108FE2;
  color: #fff;
  padding: 1.2rem 0;
  display: block;
  margin: 1rem auto 0.3rem;
  width: fit-content;
}

@media (1080px <= width) {
  #application .gift-campaign-texts {
    font-size: 2rem;
  }
  #application .gift-campaign-texts .big {
    font-size: 2.5rem;
  }
  #application .gift-campaign-texts .middle {
    font-size: 2.4rem;
  }
  #application .bg_yellow {
    padding: 1.2rem 0;
  }
}
@media (width < 1080px) {
  #application .gift-campaign-texts {
    margin: 4.6rem 0;
  }
  #application .gift-campaign-texts {
    font-size: 1.6rem;
  }
  #application .gift-campaign-texts .big {
    font-size: 2rem;
  }
  #application .gift-campaign-texts .middle {
    font-size: 2rem;
  }
  #application .bg_yellow {
    padding: 1.2rem 0;
    margin: 0.8rem auto 0.3rem;
  }
  #application .wrapper .form_wrapper .top {
    margin-bottom: 0 !important;
  }
  #application .gift-campaign-texts .decotation::after, #application .gift-campaign-texts .decotation::before {
    width: 1.6rem;
    height: 1.6rem;
    top: -3px;
    position: relative;
  }
}
#gift-campaign iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 65.5rem;
}

#gift-campaign .bolder {
  font-weight: bold;
  background: -webkit-linear-gradient(0deg, #953BDC, #48A9E8);
  color: #FFFFFF;
  padding: 0px 5px 5px;
  vertical-align: text-top;
}

@media (1080px <= width) {
  .gift-campaign-title h2 {
    font-size: 3.2rem;
  }
  #gift-campaign .lg-font {
    font-size: 4rem;
  }
  #gift-campaign .bolder {
    font-size: 28.13px;
    font-weight: bold;
    background: -webkit-linear-gradient(0deg, #953BDC, #48A9E8);
    color: #FFFFFF;
    padding: 0px 5px 5px;
    vertical-align: text-top;
  }
  #gift-campaign .md-font {
    font-size: 3.2rem;
  }
  .gift-campaign-title h2::before {
    left: -8%;
  }
}
@media screen and (max-width: 1080px) and (min-width: 678px) {
  #gift-campaign .bolder {
    font-size: 2.064vw;
    line-height: 160%;
    padding: 0 3px 1px;
    vertical-align: unset;
  }
  #gift-campaign .bold {
    font-size: 2.06vw;
    font-weight: bold;
    line-height: 120%;
    color: #181930;
  }
  #gift-campaign .lg-font {
    font-size: 2.65vw;
    line-height: 120%;
    font-weight: bold;
    color: #181930;
  }
  .gift-campaign-title h2 {
    font-size: 2.064vw;
    line-height: 120%;
  }
  #gift-campaign .md-font {
    line-height: 146%;
    font-size: 2.65vw;
  }
}
#gift-campaign .sp {
  display: none;
}

@media screen and (max-width: 677px) and (min-width: 635px) {
  #gift-campaign .md-font {
    font-size: 4.3vw;
  }
}
@media (615px > width) {
  #gift-campaign .md-font {
    line-height: 146%;
    font-size: 4.8vw;
  }
}
@media (678px > width) {
  #gift-campaign .sp {
    display: block;
  }
  #gift-campaign .lg-font {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 120%;
  }
  #gift-campaign .md-font {
    line-height: 146%;
    font-size: 4.8vw;
  }
  #gift-campaign .bold {
    margin-bottom: 1vw;
    display: inline-block;
  }
  .gift-campaign-title h2 {
    font-size: 3.73vw;
  }
  #gift-campaign .bolder {
    font-size: 3.73vw;
    font-weight: bold;
    padding: 0px 3px 2px;
    margin-bottom: 1vw;
    display: inline-block;
  }
  .gift-campaign-title h2::before {
    top: 40%;
    width: 11vw;
    height: 16vw;
    left: -8.8vw;
  }
  .gift-campaign-title h2::after {
    top: 40%;
    width: 11vw;
    height: 16vw;
    right: -8.8vw;
  }
}
#application .user_flow {
  max-width: 335px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4.38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 40px;
  padding: 12px 0;
  gap: 12px;

  @media (max-width: 768px) {
		margin-top: 32px;
	}
}

#application .user_flow p {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0;
}

#application .user_flow a {
  font-size: unset;
}

#application .user_flow a .red_box {
  text-align: center;
  max-width: 259px;
  width: 100%;
  border-radius: 3px;
  padding: 6px 9px;
  border: #e73354 1px solid;
  background-color: #ffffff;
  color: #e73354;
  display: flex;
  align-items: center;
  gap: 5.6px;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

#application .user_flow a .red_box::after {
  width: 9px;
  height: 8.4px;
  background-image: url("../img/gift-campaign/training_pink_arrow.webp");
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
}

#application .application_banner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 3.2rem;

  @media (max-width: 768px) {
    padding-inline: 20px;
  }
}

@media (width < 1080px) {
  #application .user_flow a .red_box::after {
    margin-top: 1px;
  }
}
.please_note {
  display: flex;
  padding: 1.6rem 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #0D72B5;
}
@media (width < 768px) {
  .please_note {
    padding: 4.267vw;
  }
}
.please_note p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (width < 1080px) {
  .please_note p {
    font-size: 1.6rem;
    text-align: center;
    line-height: normal;
  }
}
@media (width < 768px) {
  .please_note p {
    font-size: 3.2vw;
    font-weight: 400;
  }
}
.please_note p .tablet_only {
  display: none;
}
@media (width < 1080px) {
  .please_note p .tablet_only {
    display: block;
  }
}
@media (width < 768px) {
  .please_note p .tablet_only {
    display: none;
  }
}/*# sourceMappingURL=gift_campaign.css.map */

.special-benefits-wrapper {
  padding-bottom: 6.4rem;
  margin: 0 auto;
  width: 100%;
  background: #F4F9FD;
}

@media (max-width: 768px) {
  .special-benefits-wrapper {
    padding-bottom: 5rem;
  }
}

.special-benefits__image {
  max-width: 1000px;
  margin: 0 auto;  
}

@media (max-width: 768px) {
  .special-benefits__image {
    padding-right: 2rem;
  }
}

.quick-booking-button {
  width: min(calc(100vw * (420 / 1440)), 420px);
  margin: 4rem auto 0;
}

@media (max-width: 768px) {
  .quick-booking-button {
    width: calc(100vw - 4rem);
    margin: 2rem auto 0;
  }
}

.quick-booking-button a {
  display: flex;
  align-items: center;
  background-color: #f47808;
  color: white;
  width: 100%;
  height: 100%;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 2rem 0;
  justify-content: center;
  font-size: 2rem;
}

.quick-booking-button__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
  .quick-booking-button__caption {
    font-size: 1.8rem;
  }
}

.quick-booking-button__caption:before,
.quick-booking-button__caption:after {
  content: '';
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: url('../../../../img/point.svg') top left no-repeat;
  background-size: cover;
}

.quick-booking-button__caption:after {
  transform: scaleX(-1);
}