@charset "UTF-8";
/* Scss Document */
/* CSS Document */
.zen-maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
/*------------------------------FV------------------------------*/
.winter_fv {
  background: #30AFBF;
  background-image: url(../images/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(../images/winter/fv_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
  }
}
.winter_fv .top_wrap {
  padding-top: 17.9487179487vw;
  padding-bottom: 10.2564102564vw;
  background: url(../images/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: 7.8125vw;
    padding-bottom: 6.25vw;
    background: url(../images/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(../images/winter/snowman.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17.9487179487vw;
  height: 23.0769230769vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap::before {
    background: url(../images/winter/deco_left_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 26.484375vw;
    height: 12.578125vw;
    left: 2.734375vw;
    bottom: -0.78125vw;
  }
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap::after {
    content: "";
    background: url(../images/winter/deco_right_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 29.21875vw;
    height: 16.328125vw;
    position: absolute;
    right: 2.109375vw;
    bottom: -0.78125vw;
  }
}
.winter_fv .top_wrap .ribon {
  width: 76.1538461538vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .ribon {
    width: 34.253125vw;
  }
}
.winter_fv .top_wrap .campaign_wrap {
  margin-top: -5.1282051282vw;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .campaign_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5625vw;
    margin-top: -1.171875vw;
  }
}
.winter_fv .top_wrap .campaign_name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .campaign_name {
    gap: 0.390625vw;
    transform: translateY(1rem);
  }
}
.winter_fv .top_wrap .campaign_name .fuyutoku {
  width: 24.358974359vw;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .campaign_name .fuyutoku {
    width: 9.84375vw;
  }
}
.winter_fv .top_wrap .campaign_name .campaign {
  color: #fff;
  font-weight: bold;
  font-size: 5.8974358974vw;
  line-height: 1.1;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .campaign_name .campaign {
    font-size: 2.825vw;
  }
}
.winter_fv .top_wrap .present_price_wrap {
  margin-top: -5.1282051282vw;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .present_price_wrap {
    margin-top: 0;
    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: 16.6666666667vw;
    font-weight: 900;
    position: relative;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .winter_fv .top_wrap .present_price_wrap .yen-present .yen {
    font-size: 4.0609375vw;
  }
}
@media only screen and (min-width: 769px) {
  .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.38359375vw;
    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: 30.7692307692vw;
  font-weight: 800;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .present_price_wrap .present_price .barlow {
    font-size: 10.7703125vw;
  }
}
.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: 16.6666666667vw;
  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: 3.8461538462vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .term {
    margin-top: 2.20703125vw;
  }
}
.winter_fv .top_wrap .term::before {
  content: "";
  background: url(../images/winter/term_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 82.0512820513vw;
  height: 14.1025641026vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .term::before {
    width: 34.765625vw;
    height: 4.6875vw;
  }
}
.winter_fv .top_wrap .term .date {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 6.1538461538vw;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .term .date {
    font-size: 2.11875vw;
  }
}
.winter_fv .top_wrap .term .date .year {
  font-size: 3.5897435897vw;
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .term .date .year {
    font-size: 1.2359375vw;
  }
}
.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: 2.0512820513vw;
  color: #30AFBF;
  position: relative;
  z-index: 2;
  padding: 0 0.6em;
  transform: translateY(-0.2rem);
}
@media only screen and (min-width: 769px) {
  .winter_fv .top_wrap .term .date .day-of-week {
    font-size: 0.79453125vw;
  }
}
.winter_fv .top_wrap .term .date .day-of-week::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  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: 0 7.6923076923vw 10.2564102564vw;
  background-image: url(../images/winter/deco_snow_bottom_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap {
    padding: 1.171875vw 0 5.46875vw;
    background-position: top;
    background-image: url(../images/winter/deco_snow_bottom.svg);
  }
}
.winter_fv .bottom_wrap::before {
  content: "";
  background: url(../images/winter/fv_bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 3.5897435897vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-90%);
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap::before {
    background: url(../images/winter/fv_bottom_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1.953125vw;
  }
}
.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: 1.171875vw;
    transform: translateY(-25%);
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap {
  color: #F61C93;
  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: 5.641025641vw;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .month_price_wrap .month {
    font-size: 2.65625vw;
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap .barlow {
  font-size: 15.8974358974vw;
  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: 7.5vw;
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap .yen {
  font-size: 6.1538461538vw;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .month_price_wrap .yen {
    font-size: 2.96875vw;
  }
}
.winter_fv .bottom_wrap .flex_wrap .month_price_wrap .tax {
  position: absolute;
  right: 2em;
  top: 2.5em;
  font-weight: normal;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .month_price_wrap .tax {
    right: 2.5em;
    top: 3em;
    font-size: 1.09375vw;
  }
}
.winter_fv .bottom_wrap .flex_wrap .device {
  width: 33.8461538462vw;
  transform: translateY(-5%);
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .flex_wrap .device {
    width: 12.5vw;
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 769px) {
  .winter_fv .bottom_wrap .cv-btn {
    margin: 0 auto;
  }
  .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: 1.875vw;
  }
  .winter_fv .bottom_wrap .cv-btn p::after {
    right: -11.3rem;
    top: 1.695rem;
    width: 1.356rem;
    height: 1.356rem;
  }
}/*# sourceMappingURL=winter.css.map */