img {
  height: auto;
}

@media screen and (max-width: 768px) {
  figure.gift01_sp {
    width: 17.612rem;
    top: 31rem;
    left: 4.3rem;
  }
}

@media screen and (max-width: 768px) {
  figure.gift02_sp {
    width: 17.612rem;
    top: 19rem;
    left: 23.6rem;
  }
}

@media screen and (max-width: 768px) {
  figure.gift05_sp {
    width: 17.612rem;
    top: 100rem;
    left: 29.5rem;
  }
}

@media screen and (max-width: 768px) {
  figure.gift06_sp {
    width: 17.612rem;
    top: 91rem;
    left: 52rem;
  }
}

@media screen and (max-width: 768px) {
  figure.gift03_sp, figure.gift04_sp, figure.fubuki01 {
    display: none;
  }
}

figure.gift00 {
  top: 5vw;
  right: 14.5vw;
  width: 12.58vw;
}
@media screen and (max-width: 768px) {
  figure.gift00 {
    width: 20.6rem;
    top: 28rem;
    left: auto;
    right: 4rem;
  }
}

figure.gift01 {
  top: 9.2vw;
  left: 6vw;
  width: 12.58vw;
}

figure.gift02 {
  top: 25vw;
  left: 11vw;
  width: 12.58vw;
  z-index: 2;
}

figure.gift04 {
  top: 17.5vw;
  right: 5vw;
  width: 12.58vw;
  z-index: 2;
}

figure.gift05 {
  top: 31vw;
  right: 14vw;
  width: 12.58vw;
  z-index: 2;
}

figure.gift03, figure.gift06 {
  display: none;
}

figure.gifts_re {
  width: 51rem;
  margin: auto;
}

section.present_section .present {
  height: auto;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 768px) {
  section.present_section .present {
    padding-bottom: 5rem;
  }
}
section.present_section .present::after {
  content: '';
  width: 77.4rem;
  height: 77.5rem;
  background: url("../images/bg_gifts.png") no-repeat;
  background-size: 77.4rem;
  background-position: top center;
  position: absolute;
  top: 20.5rem;
  left: 2rem;
}
@media screen and (max-width: 768px) {
  section.present_section .present::after {
    display: none;
  }
}

section.present_section .present h3 {
  margin-bottom: 2.4285714286vw;
}

section.present_section {
  height: 118rem;
}
@media screen and (max-width: 768px) {
  section.present_section {
    height: 145rem;
  }
}

section.present_section::after {
  background: url(../images/bg_present_bottom_re.png) no-repeat bottom center;
}
@media screen and (max-width: 768px) {
  section.present_section::after {
    background: url(../images/bg_present_bottom_re_sp.png) no-repeat bottom center;
    background-size: 102%;
    z-index: 2;
    bottom: 8vw;
  }
}

.productInfoBox {
  width: 59.2857142857vw;
  margin: auto auto 4.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .productInfoBox {
    width: 66.8rem;
  }
}
.productInfoBox h2.h2_proinfo {
  width: 14.3509285714vw;
  margin: auto auto 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .productInfoBox h2.h2_proinfo {
    width: 22.9975rem;
    margin: auto auto 3rem;
  }
}
.productInfoBox .pro {
  width: 83rem;
  margin: auto;
  border-radius: 5vw;
  background: #fff;
  padding-bottom: 5.8rem;
}
@media screen and (max-width: 768px) {
  .productInfoBox .pro {
    width: 66.8rem;
    border-radius: 5rem;
  }
}
.productInfoBox .pro + .pro {
  margin-top: 4rem;
}
.productInfoBox .pro h3.is-active {
  animation: pop 0.5s ease-out forwards;
}
.productInfoBox .pro p.lead {
  font-size: 1.8rem;
  line-height: 3.1rem;
  font-weight: 700;
  text-align: center;
  color: #009FE8;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .productInfoBox .pro p.lead {
    font-size: 2.7rem;
    line-height: 3.9rem;
    margin-bottom: 3.9rem;
  }
}
.productInfoBox .pro p.btn_feature {
  width: 43rem;
  height: 4.4rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .productInfoBox .pro p.btn_feature {
    width: 54rem;
    height: 7.8rem;
  }
}
.productInfoBox .pro p.btn_feature a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.2rem;
  border: 1px solid #009FE8;
  font-size: 2rem;
  font-weight: 700;
  color: #009FE8;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .productInfoBox .pro p.btn_feature a:hover {
    background: #009FE8;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .productInfoBox .pro p.btn_feature a {
    font-size: 3.2rem;
    border-radius: 3.9rem;
  }
}

section.productInfo {
  background: #D2ECFA;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  section.productInfo {
    padding-top: 7.6rem;
    margin-top: -15.4rem;
    padding-top: 23rem;
  }
}

@media screen and (max-width: 768px) {
  .kv_inner::after {
    content: '';
    width: 96.2vw;
    height: 100%;
    background: url("../images/fubuki_kv_sp.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 2.6vw;
    left: 3vw;
  }
}

@media screen and (max-width: 768px) {
  section.present_section .present figure.gifts_sp {
    width: 58rem;
    margin: 4rem 0 auto 3.2rem;
  }
}

section.kiyaku {
  overflow-y: hidden;
}

section.kiyaku .kiyakuBox .kiyakuBoxInner h3 {
  margin-top: 2rem;
}

section.productInfo figure.fubuki06 {
  top: -15rem;
}

section.kiyaku {
  position: relative;
  background: url(../images/bg_kiyaku_re.png) no-repeat top -1px center #d80b24;
  background-size: 102%;
  padding-top: 18rem;
  padding-bottom: 6rem;
}

section.kiyaku figure.fubuki06 {
  top: -34rem;
}
