@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
/*------------------------------FV------------------------------*/
.winter_fv {
  background: #197AD5;
  background-image: url(../img/winter/fv_bg_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .winter_fv {
    background-image: url(../img/winter/fv_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
  }
}
.winter_fv .top_wrap {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: url(../img/winter/deco_snow_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap {
    padding-top: 5.65rem;
    padding-bottom: 6.78rem;
    background: url(../img/winter/deco_snow_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
  }
}
.winter_fv .top_wrap::before {
  content: "";
  background: url(../img/winter/snowman.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7rem;
  height: 9rem;
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap::before {
    background: url(../img/winter/deco_left_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 38.42rem;
    height: 19.21rem;
    left: 3.955rem;
    bottom: -1.13rem;
  }
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap::after {
    content: "";
    background: url(../img/winter/deco_right_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 41.81rem;
    height: 22.6rem;
    position: absolute;
    right: 3.39rem;
    bottom: -1.13rem;
    z-index: 10;
  }
}
.winter_fv .top_wrap .ribon {
  width: 30rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .ribon {
    width: 41.81rem;
  }
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .campaign_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.26rem;
    margin-top: -2.26rem;
  }
}
.winter_fv .top_wrap .campaign_name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: -2rem;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .campaign_name {
    gap: 2.26rem;
    transform: translateY(1rem);
  }
}
.winter_fv .top_wrap .campaign_name .fuyutoku {
  width: 9.5rem;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .campaign_name .fuyutoku {
    width: 12.656rem;
  }
}
.winter_fv .top_wrap .campaign_name .campaign {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .campaign_name .campaign {
    font-size: 3.164rem;
  }
}
.winter_fv .top_wrap .present_price_wrap {
  margin-top: -2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .present_price_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-end;
    gap: 0.565rem;
  }
  .winter_fv .top_wrap .present_price_wrap .yen-present {
    text-align: left;
    line-height: 1.2;
    transform: translateY(-1rem);
  }
  .winter_fv .top_wrap .present_price_wrap .yen-present .yen {
    background: linear-gradient(to bottom, #FFFDCE, #D5AB36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5rem;
    font-weight: 900;
    position: relative;
  }
  .winter_fv .top_wrap .present_price_wrap .yen-present .yen::before {
    content: "円";
    position: absolute;
    left: 0;
    bottom: 1rem;
    z-index: -1;
    text-shadow: 0.2rem 0.3rem 0.5rem rgba(103, 0, 27, 0.3);
    -webkit-text-fill-color: transparent;
  }
  .winter_fv .top_wrap .present_price_wrap .yen-present .present_text {
    color: #EDC658;
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.winter_fv .top_wrap .present_price_wrap .present_price {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.winter_fv .top_wrap .present_price_wrap .present_price .barlow {
  background: linear-gradient(to bottom, #FFFDCE, #D5AB36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12rem;
  font-weight: 800;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .present_price_wrap .present_price .barlow {
    font-size: 16.95rem;
  }
}
.winter_fv .top_wrap .present_price_wrap .present_price .barlow::before {
  content: "1,500";
  position: absolute;
  left: 0;
  z-index: -1;
  text-shadow: 0.4rem 0.6rem 0.5rem rgba(15, 100, 151, 0.5);
  -webkit-text-fill-color: transparent;
}
.winter_fv .top_wrap .present_price_wrap .present_price .yen {
  background: linear-gradient(to bottom, #FFFDCE, #D5AB36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.5rem;
  font-weight: 900;
  position: relative;
  display: inline;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .present_price_wrap .present_price .yen {
    display: none;
  }
}
.winter_fv .top_wrap .present_price_wrap .present_price .yen::before {
  content: "円";
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: -1;
  text-shadow: 0.2rem 0.3rem 0.5rem rgba(103, 0, 27, 0.3);
  -webkit-text-fill-color: transparent;
}
.winter_fv .top_wrap .present_price_wrap .text {
  color: #EDC658;
  font-size: 2.2rem;
  font-weight: bold;
}
.winter_fv .top_wrap .term {
  margin-top: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .term {
    margin-top: 2.825rem;
  }
}
.winter_fv .top_wrap .term::before {
  content: "";
  background: url(../img/winter/term_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 32rem;
  height: 5.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
}
.winter_fv .top_wrap .term .date {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
}
.winter_fv .top_wrap .term .date .year {
  font-size: 1.4rem;
}
.winter_fv .top_wrap .term .date .day-of-week {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  color: #439CF0;
  position: relative;
  z-index: 2;
  padding: 0 0.6rem;
  transform: translateY(-0.2rem);
}
.winter_fv .top_wrap .term .date .day-of-week::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 99px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.winter_fv .bottom_wrap {
  text-align: center;
  background: #fff;
  position: relative;
  padding: 0rem 3rem 4rem;
  background-image: url(../img/winter/deco_snow_bottom_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap {
    padding: 1.13rem 0 6.78rem;
    background-image: url(../img/winter/deco_snow_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-position: top;
  }
}
.winter_fv .bottom_wrap::before {
  content: "";
  background: url(../img/winter/fv_bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1.35rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-90%);
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap::before {
    background: url(../img/winter/fv_bottom_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 3.729rem;
  }
}
.winter_fv .bottom_wrap .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transform: translateY(-15%);
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap {
    gap: 4.52re;
    transform: translateY(-25%);
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap {
  color: #439CF0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  line-height: 1;
  gap: 0.5rem;
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap .month {
  font-size: 2.2rem;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .month_price_wrap .month {
    font-size: 3.39rem;
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap .barlow {
  font-size: 6.2rem;
  font-weight: 700;
  transform: translateY(10%);
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .month_price_wrap .barlow {
    font-size: 10.17rem;
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap .yen {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .month_price_wrap .yen {
    font-size: 4.294rem;
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap .non-tax {
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .month_price_wrap .non-tax {
    right: 3.955rem;
    top: 4.52rem;
    font-size: 1.582rem;
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap .tax {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  font-weight: normal;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .month_price_wrap .tax {
    font-size: 1.582rem;
    bottom: -2.825rem;
  }
}
.winter_fv .bottom_wrap .flex_wrap .device {
  width: 13rem;
  transform: translateY(-5%);
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .device {
    width: 22.6rem;
    transform: translateY(0%);
  }
}
.winter_fv .bottom_wrap .cv-btn {
  margin-top: -2rem;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .cv-btn {
    margin: 0 auto;
    margin-top: -4.52rem;
  }
  .winter_fv .bottom_wrap .cv-btn::before {
    height: 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .cv-btn p {
    font-size: 2.4rem;
  }
  .winter_fv .bottom_wrap .cv-btn p::after {
    right: -11.3rem;
    top: 1.695rem;
    width: 1.356rem;
    height: 1.356rem;
  }
}

/*------------------------------ギフト券------------------------------*/
.present {
  background: #FFF4E9;
  padding: 6rem 2rem;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .present {
    padding: 9.04rem 25.99rem;
  }
}
.present--intro .balloon {
  text-align: center;
}
.present--intro .balloon span {
  position: relative;
  display: inline-block;
  background: #439CF0;
  border-radius: 5px;
  color: #fff;
  padding: 0.8em 1em;
  font-size: 1.582rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .present--intro .balloon span {
    font-size: 2.26rem;
  }
}
.present--intro .balloon span::after {
  position: absolute;
  content: "";
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  background: #439CF0;
  width: 2rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width: 769px) {
  .present--intro .balloon span::after {
    width: 3.39rem;
    height: 1.695rem;
  }
}
.present--intro .present_card {
  text-align: center;
  margin-top: 2rem;
  background: #fff;
  padding: 2.5rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card {
    width: 54.24rem;
    margin: 0 auto;
    margin-top: 3.39rem;
  }
}
.present--intro .present_card::before, .present--intro .present_card::after {
  content: "";
  background: #FDCA14;
  width: 10rem;
  height: 2rem;
  position: absolute;
  left: -3rem;
  top: 1.8rem;
  transform: rotate(-45deg);
}
.present--intro .present_card::after {
  left: auto;
  top: auto;
  right: -3rem;
  bottom: 1.8rem;
}
.present--intro .present_card p {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #439CF0;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card p {
    font-size: 3.39rem;
  }
}
.present--intro .present_card .price_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
}
.present--intro .present_card .price_wrap .barlow {
  line-height: 1;
  display: inline-block;
  color: #439CF0;
  font-size: 7.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .present--intro .present_card .price_wrap .barlow {
    font-size: 12.204rem;
  }
}
.present--intro .present_card .price_wrap .yen-present {
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
  transform: translateY(-15%);
}
.present--intro .present_card .price_wrap .yen-present .yen {
  color: #439CF0;
}
.present--intro .present_card .price_wrap .yen-present .present_text {
  color: #222;
}
.present--flow {
  margin-top: 3rem;
}
.present--flow .period {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .present--flow .period {
    flex-direction: row;
    gap: 1.695rem;
  }
}
.present--flow .period p:first-child span {
  color: #555;
  display: inline-block;
  background: #fff;
  border: solid 1px #555;
  padding: 0.5em 1em;
  font-size: vw_sp(12);
}
@media only screen and (min-width: 769px) {
  .present--flow .period p:first-child span {
    font-size: vw_pc(18);
  }
}
.present--flow .period .date {
  text-align: center;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .period .date {
    font-size: 5.424rem;
  }
}
.present--flow .period .date .year {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .period .date .year {
    font-size: 3.39rem;
  }
}
.present--flow .period .date .day-of-week {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 0.6rem;
  transform: translateY(-0.4rem);
}
@media only screen and (min-width: 769px) {
  .present--flow .period .date .day-of-week {
    font-size: 1.808rem;
  }
}
.present--flow .period .date .day-of-week::before {
  content: "";
  background: #222;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 99px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .present--flow .period .date .day-of-week::before {
    width: 2.712rem;
    height: 2.712rem;
  }
}
.present--flow .main {
  margin-top: 4rem;
}
.present--flow .main h2 {
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main h2 {
    font-size: 4.068rem;
  }
}
.present--flow .main .main_flow {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow {
    margin: 0 auto;
    margin-bottom: 5.65rem;
  }
}
.present--flow .main .main_flow::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 1px;
  height: 80%;
  top: 5rem;
  left: 3rem;
  border-left: dashed 1px #888;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow::after {
    top: 5.085re;
    left: 5.085rem;
  }
}
.present--flow .main .main_flow li {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li {
    font-size: 2.373rem;
  }
}
.present--flow .main .main_flow li .step_wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap {
    gap: 2.486rem;
  }
}
.present--flow .main .main_flow li .step_wrap figure {
  width: 6rem;
  height: 6rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap figure {
    width: 10.17rem;
    height: 10.17rem;
  }
}
.present--flow .main .main_flow li .step_wrap div {
  flex: 1;
}
.present--flow .main .main_flow li .step_wrap div p {
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div p {
    font-size: 2.26rem;
  }
}
.present--flow .main .main_flow li .step_wrap div .open-sans {
  line-height: 1;
  display: block;
  margin-bottom: 0.5em;
  color: #439CF0;
}
.present--flow .main .main_flow li .step_wrap div .note_wrap .note {
  font-weight: normal;
  font-size: 1.2rem;
  padding-left: 1.2rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div .note_wrap .note {
    padding-left: 1.695rem;
    font-size: 1.582rem;
  }
}
.present--flow .main .main_flow li .step_wrap div .note_wrap .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.present--flow .main .main_flow li .step_wrap div picture {
  margin: 1rem auto;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div picture {
    width: 40.68rem;
    margin: 0;
    margin-top: 2.26rem;
    margin-bottom: 2.26rem;
  }
}
.present--flow .main .main_flow li .step_wrap div .red {
  color: #FD9214;
}
.present--flow .main .main_flow li .step_wrap div .btn .span1 .span2 {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li .step_wrap div .btn .span1 .span2 {
    font-size: 2.373rem;
  }
}
.present--flow .main .main_flow li + li {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .main_flow li + li {
    margin-top: 4.52rem;
  }
}
.present--flow .main .bottom_note {
  margin-top: 2em;
  margin-bottom: 3rem;
  font-weight: 500;
  color: #555;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .bottom_note {
    margin: 2em auto 4.52rem;
    font-size: 2.034rem;
  }
}
.present--flow .main .cv-btn {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .cv-btn {
    margin: 0 auto;
    margin-top: -4rem;
    width: 50rem;
  }
  .present--flow .main .cv-btn::before {
    height: 4rem;
  }
  .present--flow .main .cv-btn p {
    font-size: 2.2rem;
  }
  .present--flow .main .cv-btn p::after {
    top: 1.3rem;
    right: -13rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}
.present--flow .main .bottom_text {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .bottom_text {
    margin-top: 3.39rem;
    font-size: 1.582rem;
  }
}
.present--flow .main .more_info {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info {
    margin: 0 auto;
    margin-top: 3.39rem;
  }
}
.present--flow .main .more_info .accordion {
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  background: #222;
  padding: 0.5em 0;
  font-size: 1.4rem;
  position: relative;
}
.present--flow .main .more_info .accordion::before {
  content: "";
  background: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.present--flow .main .more_info .accordion.close::before {
  background: url(../img/minus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .accordion {
    font-size: 2.373rem;
  }
}
.present--flow .main .more_info .box {
  background: #fff;
  border-radius: 0 0 2px 2px;
  padding: 1.5rem 2rem 2.5rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .box {
    padding: 2.825rem 4.52rem 4.52rem;
    font-size: 2.034rem;
  }
}
.present--flow .main .more_info .box a {
  text-decoration: underline;
  color: #239FFD;
}
.present--flow .main .more_info .box div {
  font-weight: 500;
}
.present--flow .main .more_info .box div h3 {
  text-align: center;
  margin-bottom: 1rem;
}
.present--flow .main .more_info .box div h3 span {
  position: relative;
  padding-left: 2em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .box div h3 span {
    font-size: 2.373rem;
  }
}
.present--flow .main .more_info .box div h3 span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
}
.present--flow .main .more_info .box div h3.get {
  color: #439CF0;
}
.present--flow .main .more_info .box div h3.get span::after {
  background: url(../img/winter/present.svg) no-repeat center/contain;
}
.present--flow .main .more_info .box div h3.not span {
  color: #888;
}
.present--flow .main .more_info .box div h3.not span::after {
  background: url(../img/winter/present_gray.svg) no-repeat center/contain;
}
.present--flow .main .more_info .box div .condition ol li {
  font-weight: 600;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .box div .condition ol li {
    padding-left: 1.4rem;
  }
}
.present--flow .main .more_info .box div .condition ol li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.present--flow .main .more_info .box div .condition .note_wrap {
  margin-top: 1.5rem;
  color: #555;
}
.present--flow .main .more_info .box div .condition .note_wrap .note {
  padding-left: 1.2rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .box div .condition .note_wrap .note {
    padding-left: 2rem;
  }
}
.present--flow .main .more_info .box div .condition .note_wrap .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.present--flow .main .more_info .box div .note_bootm {
  margin-top: 1em;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .box div .note_bootm {
    font-size: 1.4rem;
  }
}
.present--flow .main .more_info .box div + div {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .present--flow .main .more_info .box div + div {
    margin-top: 4rem;
  }
}

.fwh-fv {
  padding-top: 6rem;
  margin-top: 0;
  background: #439CF0;
}
@media only screen and (min-width: 769px) {
  .fwh-fv {
    padding-top: 9.04rem;
  }
}

.main_contents .inner {
  padding: 4rem 2.5rem 4rem;
}
@media only screen and (min-width: 769px) {
  .main_contents .inner {
    padding: 10rem 20.4rem 8rem;
  }
}/*# sourceMappingURL=winter.css.map */