/* =========================================================
mv nav
========================================================= */
.mv_navi_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  margin: 5% 4%;
}

/* =========================================================
plan
========================================================= */
.plan_btn {
  width: 90%;
  margin: 5% auto 7% auto;
}

/* =========================================================
btn_shop
========================================================= */
.btn_shop {
  width: 90%;
  margin: 10% auto;
}

/* =========================================================
guide step
========================================================= */
.step_tab .slider {
  margin-top: 0;
}

.step_tab .slider-for {
  margin-bottom: 15.5% !important;
}

.step_tab .slick-list {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #ff6a94;
  border-radius: 0 0 40px 40px;
}

@media screen and (max-width: 749px) {
  .step_tab .slick-dots {
    bottom: -7.25%;
  }
}
.step_tab .slick-next {
  right: 2.5%;
}

.step_tab .slick-prev {
  left: 2.5%;
}

.step_tab_menu {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.step_tab_menu_btn {
  cursor: pointer;
  width: 49%;
}

.step_tab_menu_btn.is_active img {
  opacity: 0;
}

.step_tab_menu_01.is_active {
  background: url(../img/tab_navi01_on.png) no-repeat;
  background-size: 100%;
}

.step_tab_menu_02.is_active {
  background: url(../img/tab_navi02_on.png) no-repeat;
  background-size: 100%;
}

.step_tab_contents {
  display: none;
}

.step_tab_contents.is_active {
  display: block;
}
/* =========================================================
uv
========================================================= */
.uv {
  background-color: #fffed9;
  padding-bottom: 13%;
}

.uv_slider {
  margin-top: 0;
  padding: 0 5%;
}

.uv_slider .slick-next {
  top: 38%;
  right: -2.5%;
}

.uv_slider .slick-prev {
  top: 38%;
  left: -2.5%;
}

.uv_slider .slick-dots li button::before {
  width: 8px;
  height: 8px;
  line-height: 8px;
  font-size: 8px;
}

.uv_slider .slider-for {
  margin-bottom: 8.5% !important;
}

@media screen and (max-width: 749px) {
  .uv_slider .slick-next {
    width: 7.25vw;
    height: 7.25vw;
    right: -3.5vw;
  }
  .uv_slider .slick-prev {
    width: 7.25vw;
    height: 7.25vw;
    left: -3.5vw;
  }
  .uv_slider .slick-dots {
    bottom: -3.25%;
  }
}
/* =========================================================
bnr line
========================================================= */
.bnr_line {
  margin: 0 auto 5% auto;
}
/* =========================================================
追従ボタン
========================================================= */
.bl_floatArea {
  position: fixed;
  left: 0;
  right: 0;
  bottom: min(20 / 750 * 100vw, 20px);
  max-width: 750px;
  margin: auto;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.4s,
    opacity 0.4s;
}
.bl_floatArea.is_show {
  visibility: visible;
  opacity: 1;
}
.bl_floatArea_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(20 / 750 * 100vw, 20px);
  overflow: hidden;
  width: min(670 / 750 * 100vw, 670px);
  margin-inline: auto;
}
.bl_floatArea p {
  text-align: center;
}
.bl_floatArea p:nth-of-type(1) {
  background-color: #ff6a94;
}
.bl_floatArea p:nth-of-type(1) a {
  color: #fff;
}
.bl_floatArea p:nth-of-type(2) {
  background-color: #ffe2ea;
  border-right: min(2 / 750 * 100vw, 2px) solid #ff6a94;
}
.bl_floatArea p:nth-of-type(2) a {
  color: #ff6a94;
}
.bl_floatArea p:nth-of-type(3) {
  background-color: #ffe2ea;
}
.bl_floatArea p:nth-of-type(3) a {
  color: #ff6a94;
}
.bl_floatArea p a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(25 / 750 * 100vw, 25px);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: min(43.5 / 750 * 100vw, 43.5px) 0px;
}
.bl_floatArea_btn {
  width: min(223 / 750 * 100vw, 223px);
}
/* =========================================================
page top SP非表示
========================================================= */
@media screen and (max-width: 749px) and (max-width: 749px) {
  .floating {
    display: none;
  }
}