@charset "UTF-8";
/* Scss Document */
/* CSS Document */
img, source {
  width: 100%;
  height: auto;
}

/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
.note_wrap {
  padding-left: 1rem;
}
.note_wrap .note {
  font-size: 1rem;
  position: relative;
  color: #888;
}
.note_wrap .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

/*------------------------------FV------------------------------*/
#campaign_fv {
  background: linear-gradient(to bottom, #D90800, #FFC78C);
  padding: 2rem 0 4.2rem;
  margin-top: 20vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  #campaign_fv {
    background: url(../img/newyear/fv_bg_pc.svg), linear-gradient(to bottom, #D90800, #FFC78C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 5.8vw;
    padding: 5.2rem 32rem 5.5rem;
  }
}
#campaign_fv::before {
  content: "";
  background: url(../img/newyear/campaign_deco_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 39rem;
  height: 9.4rem;
  position: absolute;
  left: 0;
  top: 26.7rem;
}
@media only screen and (min-width: 769px) {
  #campaign_fv::before {
    background: url(../img/newyear/campaign_deco_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 101.9rem;
    height: 28.4rem;
    position: absolute;
    left: 20rem;
    top: 10.3rem;
  }
}
#campaign_fv::after {
  content: "";
  display: block;
  width: 82.6rem;
  height: 39.6rem;
  background: linear-gradient(to bottom, #FFE8BC, #fff 70%);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 36rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  #campaign_fv::after {
    width: 342.8rem;
    height: 164.4rem;
    top: 42.2rem;
  }
}
#campaign_fv .label {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .label {
    gap: 1.3rem;
  }
}
#campaign_fv .label::before {
  content: "";
  background: #FFF501;
  width: 39rem;
  height: 3.7rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .label::before {
    width: 80rem;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    text-align: center;
  }
}
#campaign_fv .label .circle {
  font-size: 3rem;
  color: #9A0500;
  background: #fff;
  width: 10.6rem;
  height: 5.4rem;
  line-height: 5.4rem;
  border-radius: 0 99px 99px 0;
  padding-left: 1.3rem;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .label .circle {
    border-radius: 99px 99px 0 0;
    width: 11.7rem;
    height: 5.4rem;
    padding: 0;
    text-align: center;
    transform: translateY(-15%);
  }
}
#campaign_fv .label .circle .small {
  font-size: 2rem;
}
#campaign_fv .label .right {
  font-size: 1.6rem;
  height: 3.7rem;
  line-height: 3.7rem;
  flex: 1;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .label .right {
    flex: inherit;
    font-size: 1.8rem;
  }
}
#campaign_fv .label .right .font-en {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .pc_flex_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.7rem;
    margin-top: 1.5rem;
  }
}
#campaign_fv .pc_flex_wrap .text_wrap h1 picture {
  width: 39rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .pc_flex_wrap .text_wrap h1 picture {
    width: 42rem;
    margin: 0;
  }
}
#campaign_fv .pc_flex_wrap .text_wrap .white {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-top: -1rem;
}
#campaign_fv .pc_flex_wrap .text_wrap .white .small {
  font-size: 1.6rem;
}
#campaign_fv .pc_flex_wrap .device {
  width: 21.4rem;
  margin: 0 auto;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .pc_flex_wrap .device {
    margin: 0;
    width: 35rem;
  }
}
#campaign_fv .bottom_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
  margin-top: -1rem;
}
#campaign_fv .bottom_wrap .bubble {
  background: #920500;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  position: relative;
  color: #fff;
}
#campaign_fv .bottom_wrap .bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 98%;
  margin-top: -0.9rem;
  border: 0.9rem solid transparent;
  border-left: 0.9rem solid #920500;
}
#campaign_fv .bottom_wrap .price_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  gap: 0.7rem;
  color: #E42019;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .bottom_wrap .price_wrap {
    display: none;
  }
}
#campaign_fv .bottom_wrap .price_wrap .month, #campaign_fv .bottom_wrap .price_wrap .yen {
  font-size: 2.6rem;
}
#campaign_fv .bottom_wrap .price_wrap .month {
  writing-mode: vertical-rl;
}
#campaign_fv .bottom_wrap .price_wrap .big {
  font-size: 7.6rem;
  line-height: 1;
  transform: translateY(15%);
  font-weight: 700;
}
#campaign_fv .bottom_wrap .price_wrap .tax {
  position: absolute;
  font-size: 1.2rem;
  font-weight: normal;
  right: 0;
  bottom: -2rem;
}
#campaign_fv .bottom_wrap .price_wrap .non-tax {
  position: absolute;
  font-size: 1.2rem;
  font-weight: normal;
  right: 2.3rem;
  top: 3.8rem;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .bottom_wrap figure {
    width: 44.8rem;
    margin: 0 auto;
    margin-top: 3.5rem;
  }
}
#campaign_fv .fwh-cta_btn {
  margin-top: 4rem;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 769px) {
  #campaign_fv .fwh-cta_btn {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  #campaign_fv .fwh-cta_btn a {
    width: 33rem;
    height: 6.3rem;
    margin: 0 auto;
    padding: 1em 2.5em;
    font-size: 1.8rem;
  }
  #campaign_fv .fwh-cta_btn a::after {
    width: 1em;
    height: 1em;
  }
}

/*------------------------------キャンペーン詳細------------------------------*/
#campaign_datail {
  background: #FFF3E7;
  padding: 6rem 3rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  #campaign_datail {
    padding: 13.4rem 36rem;
  }
}
#campaign_datail::before {
  content: "";
  background: url(../img/newyear/campaign_detail_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 39.2rem;
  height: 45.5rem;
  position: absolute;
  left: 0;
  top: 2.6rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail::before {
    background: url(../img/newyear/campaign_detail_deco_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-position: top;
    width: 45rem;
    height: 262.7rem;
    position: absolute;
    left: 0rem;
    top: 6.5rem;
  }
}
@media only screen and (min-width: 769px) {
  #campaign_datail::after {
    content: "";
    background: url(../img/newyear/campaign_detail_deco_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-position: top;
    width: 43rem;
    height: 278.2rem;
    position: absolute;
    right: 0rem;
    top: 8rem;
  }
}
#campaign_datail h2 figure {
  width: 27.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  #campaign_datail h2 figure {
    width: 100%;
  }
}
#campaign_datail h2 figure::before {
  content: "";
  background: url(../img/newyear/campaign_section-title_flower.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6.3rem;
  height: 6.1rem;
  position: absolute;
  left: -3rem;
  top: -3rem;
  transform: rotate(-17deg);
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  #campaign_datail h2 figure::before {
    width: 9.6rem;
    height: 9.4rem;
    top: -7.2rem;
    left: -4.8rem;
  }
}
#campaign_datail .term {
  color: #fff;
  background: #CA3828;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
  width: 30rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .term {
    width: 42rem;
    height: 4.4rem;
    line-height: 4.4rem;
    font-size: 1.6rem;
  }
}
#campaign_datail .term .font-en {
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .term .font-en {
    font-size: 2.4rem;
  }
}
#campaign_datail .term .big {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .term .big {
    font-size: 3.6rem;
  }
}
#campaign_datail .term .small {
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .term .small {
    font-size: 1.6rem;
  }
}
#campaign_datail .term::before, #campaign_datail .term::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}
#campaign_datail .term::before {
  left: -0.1rem;
  border-width: 1.5rem 0 1.5rem 1rem;
  border-color: transparent transparent transparent #FFF3E7;
  border-style: solid;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .term::before {
    border-width: 2.2rem 0 2.2rem 1.5rem;
  }
}
#campaign_datail .term::after {
  right: -0.1rem;
  border-width: 1.5rem 1rem 1.5rem 0;
  border-color: transparent #FFF3E7 transparent transparent;
  border-style: solid;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .term::after {
    border-width: 2.2rem 1.5rem 2.2rem 0;
  }
}
#campaign_datail .card {
  margin: 0 auto;
  margin-top: 4.5rem;
  background-image: url(../img/newyear/card_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 33rem;
  height: 22.2rem;
  padding: 2.5rem 2.5rem 0;
  text-align: center;
  position: relative;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.07);
  z-index: 2;
}
@supports (background-image: url(../img/newyear/card_bg.webp)) {
  #campaign_datail .card {
    background-image: url(../img/newyear/card_bg.webp);
  }
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card {
    margin-top: 6.2rem;
    width: 61.6rem;
    height: 30.8rem;
    background-image: url(../img/newyear/card_bg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 4.3rem 5rem 0;
  }
  @supports (background-image: url(../img/newyear/card_bg_pc.webp)) {
    #campaign_datail .card {
      background-image: url(../img/newyear/card_bg_pc.webp);
    }
  }
}
#campaign_datail .card .bubble_wrap {
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .bubble_wrap {
    top: -2.2rem;
  }
}
#campaign_datail .card .bubble_wrap p {
  background: #CA3828;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1rem 2rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .bubble_wrap p {
    font-size: 1.6rem;
  }
}
#campaign_datail .card .bubble_wrap p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.6rem;
  border: 0.6rem solid transparent;
  border-top: 0.6rem solid #CA3828;
}
#campaign_datail .card .top {
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .top {
    font-size-adjust: 2.2rem;
  }
}
#campaign_datail .card .red {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-size: 2rem;
  color: #CA3828;
  margin-top: -1rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .red {
    font-size: 3.2rem;
  }
}
#campaign_datail .card .red .max {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .red .max {
    writing-mode: unset;
    font-size: 3.2rem;
  }
}
#campaign_datail .card .red .font-en {
  font-size: 5.2rem;
  transform: translateY(10%);
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .red .font-en {
    font-size: 8.6rem;
  }
}
#campaign_datail .card .logo_wrap {
  background: #fff;
  padding: 0.5rem 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .logo_wrap {
    width: 44.5rem;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 1rem 4rem;
  }
}
#campaign_datail .card .logo_wrap figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
#campaign_datail .card .logo_wrap figure:nth-child(1) {
  width: 4.4rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .logo_wrap figure:nth-child(1) {
    width: 6.5rem;
  }
}
#campaign_datail .card .logo_wrap figure:nth-child(2) {
  width: 4rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .logo_wrap figure:nth-child(2) {
    width: 5.9rem;
  }
}
#campaign_datail .card .logo_wrap figure:nth-child(3) {
  width: 2.8rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .logo_wrap figure:nth-child(3) {
    width: 4.2rem;
  }
}
#campaign_datail .card .logo_wrap figure:nth-child(4) {
  width: 3.6rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .logo_wrap figure:nth-child(4) {
    width: 5.3rem;
  }
}
#campaign_datail .card .logo_wrap figure:nth-child(5) {
  width: 6.3rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .card .logo_wrap figure:nth-child(5) {
    width: 9.3rem;
  }
}
#campaign_datail .card .note_wrap {
  display: inline-block;
}
#campaign_datail .toggle_wrap {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
#campaign_datail .toggle_wrap .fwh-toggle_btn {
  background: #E9A020;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  height: 4rem;
  position: relative;
  color: #fff;
  line-height: 4rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_btn::before {
  content: "";
  background: url(../img/newyear/toggle_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 33rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_btn::before {
    background: url(../img/newyear/toggle_deco_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 72rem;
    height: 4rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_btn .cross {
  width: 1.2em;
  height: 1.2em;
  right: 1.2rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_btn .cross::before, #campaign_datail .toggle_wrap .fwh-toggle_btn .cross::after {
  background: #E9A020;
  height: 1.5px;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel {
  background: #fff;
  padding: 2.5rem 2rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel {
    padding: 4rem 10rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel h4 {
  text-align: center;
  color: #CA3828;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 2.4rem 0 1.4rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel h4 {
    font-size: 2.4rem;
    padding: 3.1rem 0 1.5rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel h4:not(:first-child) {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel h4:not(:first-child) {
    margin-top: 3.5rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel h4::before {
  content: "";
  background: url(../img/newyear/campaign_detail_h4_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 29rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel h4::before {
    background: url(../img/newyear/campaign_detail_h4_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 52rem;
    height: 7.2rem;
  }
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .note_wrap {
    text-align: center;
  }
  #campaign_datail .toggle_wrap .fwh-toggle_panel .note_wrap .note {
    display: inline-block;
    line-height: 1;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list {
  margin-top: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .present_list {
    margin-top: 2.5rem;
    justify-content: center;
    gap: 2.8rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li {
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 999px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #CA3828;
  border: 1px solid #E9A020;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li {
    width: 13.2rem;
    height: 13.2rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li:nth-child(2) {
  background: #B52818;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li:nth-child(3) {
  background: #8C1609;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li p {
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li p {
    font-size: 2rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li p .font-en {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li p .font-en {
    font-size: 3.4rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li::before {
  content: "";
  background: url(../img/newyear/badge_1st.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  left: -0.6rem;
  top: -0.6rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li::before {
    width: 5rem;
    height: 5rem;
    left: -0.8rem;
    top: -1rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li:nth-child(2)::before {
  background: url(../img/newyear/badge_2nd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .present_list li:nth-child(3)::before {
  background: url(../img/newyear/badge_3rd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .obi {
  margin-top: 0.5rem;
  text-align: center;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .obi p {
  display: inline-block;
  padding: 0.3rem 1.5rem;
  font-size: 1.4rem;
  color: #FEF400;
  font-weight: bold;
  background: #CA3828;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term {
    font-size: 1.6rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term .font-en {
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term .font-en {
    font-size: 2.1rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term .big {
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term .big {
    font-size: 3rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term .slash {
  position: relative;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term .slash::before {
  content: "";
  display: block;
  background: #CA3828;
  position: absolute;
  left: 0;
  top: 40%;
  height: 2px;
  width: 100%;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term .extends {
  color: #CA3828;
  line-height: 1.4;
  position: absolute;
  right: 2rem;
  bottom: -2.5rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .detail_term .extends {
    right: 8.9rem;
    bottom: -3.5rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.2rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry {
    gap: 5.2rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry li figure {
  width: 10.6rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry li figure {
    width: 12.3rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry li p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry li:first-child {
  position: relative;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry li:first-child::before {
  content: "▶︎";
  font-size: 1.6rem;
  color: #CA3828;
  position: absolute;
  right: -2.2rem;
  top: 4.4rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .how-to-entry li:first-child::before {
    right: -3rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .body_text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .body_text {
    text-align: center;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap {
  margin-top: 2rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap {
    gap: 1.5rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap figure {
  width: 10.6rem;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap figure {
    width: 12.3rem;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap .text_wrap {
  flex: 1;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap .text_wrap {
    flex: inherit;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap .text_wrap .body_text {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap .text_wrap .body_text {
    display: inline-block;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .flex_wrap .text_wrap .body_text .bold {
  white-space: nowrap;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .body_wrap .receive_term {
  text-align: center;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.4rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap {
  margin-top: 2rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_btn {
  font-size: 1.2rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel {
  padding: 1.5rem 0 0;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel .accordion_top {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel .accordion_top figure {
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel .accordion_top p {
  display: inline-block;
  font-weight: bold;
  color: #CA3828;
  font-size: 1.4rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel .accordion_top.invalid {
  margin-top: 2rem;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel .accordion_top.invalid p {
  color: #888;
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel .body_text {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  #campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel .body_text {
    text-align: left;
  }
}
#campaign_datail .toggle_wrap .fwh-toggle_panel .toggle_wrap .fwh-toggle_panel .body_text a {
  text-decoration: underline;
}
#campaign_datail .toggle_wrap .mt-2 {
  margin-top: 1rem;
}

.fwh-fv {
  padding-top: 6rem;
  margin-top: 0;
  background: #e00000;
}
@media only screen and (min-width: 769px) {
  .fwh-fv {
    padding-top: 8rem;
  }
}/*# sourceMappingURL=campaign.css.map */