@charset "UTF-8";
/*==================================
FV
==================================*/
.p-fv_slider {
  position: relative;
}
.p-fv_slider_item img, .p-fv_slider_item video {
  display: block;
  height: 100vh;
  object-fit: cover;
}
.p-fv_slider_item video {
  width: 100%;
}

/* 男女メニュー */
.p-removal_menu_wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: rgba(26, 26, 26, 0.5333333333);
  width: 100%;
}
.p-removal_menu_inner {
  width: 70.3125%;
  margin: 30px auto;
}

.p-pcbr {
  display: none;
}

@media screen and (max-width: 1600px) {
  .p-removal_menu_inner {
    width: 80%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .p-pcbr {
    display: block;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .p-removal_menu_inner {
    width: 92.1875%;
  }
}
@media screen and (max-width: 750px) {
  .p-fv_slider_item {
    height: auto;
    width: 100%;
  }
  .p-fv_slider_item img {
    height: 100%;
    object-fit: cover;
  }
  .p-fv_slider_item video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .p-removal_menu_wrap {
    bottom: 0;
  }
  .p-removal_menu_inner {
    width: 93.3333333333%;
    margin: 15px auto;
  }
}