/* body */
body.block,html.block {
  height: 100dvh;
  overflow: hidden;
}
/* fvSlider */
.wrapper.primary#store .fvSlider {
  width: 100vw;
  /*height: calc(100vh - 189px);*/
  transition: margin 0.5s 0s;
  position: relative;
  z-index: 2;
  
}
@media screen and (max-width: 768px) {
  .wrapper.primary#store .fvSlider {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.primary#store .fvSlider {
    max-width: 768px;
    max-height: 432px;
  }
}
.wrapper.primary#store .fvSlider li {
  /*width: 0%;*/
  height: 100%;
  overflow: hidden;
  transition: width 2s 0s;
  /*position: absolute;*/
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wrapper.primary#store .fvSlider li {
    transition: width 3s 0s;
  }
}
.wrapper.primary#store .fvSlider li.left {
  left: 0;
}
.wrapper.primary#store .fvSlider li.right {
  right: 0;
}
/* left */
.wrapper.primary#store .fvSlider.left li.left {
  width: 100%;
  z-index: 10;
}
/* right */
.wrapper.primary#store .fvSlider.right li.right {
  width: 100%;
  z-index: 10;
}
/* center */
.wrapper.primary#store .fvSlider.center li.left,
.wrapper.primary#store .fvSlider.center li.right {
  width: 50%;
  z-index: 11;
}


/* img_fvSlider */
.wrapper.primary#store .fvSlider li .img_fvSlider {
  width: 100vw;
  height: 100%;
  /*position: absolute;*/
  top: 0;
}
.wrapper.primary#store .fvSlider li.left .img_fvSlider {
  left: 0;
}
.wrapper.primary#store .fvSlider li.right .img_fvSlider {
  right: 0;
}
.wrapper.primary#store .fvSlider li .img_fvSlider img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
@media screen and (min-width: 768px) {
  .wrapper.primary#store .fvSlider li .img_fvSlider {
    width: 768px;
  }
}

/* link_fvSlider */
.wrapper.primary#store .fvSlider li .link_fvSlider {
  width: 100%;
  height: 100%;
  transition: width 1.5s 0s;
  /*position: absolute;*/
  top: 0;
  z-index: 3;
  display: block;
}
.wrapper.primary#store .fvSlider li.left .link_fvSlider {
  left: 0;
}
.wrapper.primary#store .fvSlider li.right .link_fvSlider {
  right: 0;
}
.wrapper.primary#store .fvSlider.left li.left .link_fvSlider,
.wrapper.primary#store .fvSlider.right li.right .link_fvSlider {
  width: 100%;
  transition: width 1s 2s;
}

/* copy_fvSlider */
.wrapper.primary#store .fvSlider li .copy_fvSlider {
  width: 59px;
  position: absolute;
  top: 24px;
  z-index: 2;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .4));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
.wrapper.primary#store .fvSlider li.left .copy_fvSlider {
  left: 24px
}
.wrapper.primary#store .fvSlider li.right .copy_fvSlider {
  right: 24px
}

/* box_txt_fvSlider */
.wrapper.primary#store .fvSlider li .box_txt_fvSlider {
  width: 100vw;
  height: 100%;
  max-width: 768px;
  padding: 24px 24px 48px 24px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
.wrapper.primary#store .fvSlider li .box_txt_fvSlider {
    padding: calc(24 / 375 * 100vw) calc(16 / 375 * 100vw) calc(48 / 375 * 100vw) calc(16 / 375 * 100vw);
}}
.wrapper.primary#store .fvSlider li.left .box_txt_fvSlider {
  align-items: flex-end;
  left: 0;
}
.wrapper.primary#store .fvSlider li.right .box_txt_fvSlider {
  align-items: flex-start; 
  right: 0;
}

/* txt_fvSlider */
.wrapper.primary#store .fvSlider li .box_txt_fvSlider .txt_fvSlider {
  margin-bottom: 8px;
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.wrapper.primary#store .fvSlider li.left .box_txt_fvSlider .txt_fvSlider {
  text-align: right;
}
.wrapper.primary#store .fvSlider li.left .box_txt_fvSlider .txt_fvSlider .logo_fvTeiki{
  width: 138px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-bottom:12px;
}
.wrapper.primary#store .fvSlider li.right .box_txt_fvSlider .txt_fvSlider {
  text-align: left;
}

/* logo_fvTeiki */
.wrapper.primary#store .fvSlider li.left .box_txt_fvSlider .txt_fvSlider .logo_fvTeiki{
  width: 138px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-bottom:12px;
}

/* btn_fvSlider */
.wrapper.primary#store .fvSlider li .box_txt_fvSlider .btn_fvSlider {
    height: auto;
    padding: 17px 24px 18px 24px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight:600;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.wrapper.primary#store .fvSlider li .box_txt_fvSlider .btn_fvSlider {
    padding: calc(19 / 375 * 100vw) calc(28 / 375 * 100vw) calc(20 / 375 * 100vw) calc(28 / 375 * 100vw);
    border-radius: 3em;
    font-size: calc(14 / 375 * 100vw);
    max-width: none;
}}
@media screen and (max-width: 767px) {
.wrapper.primary#store .fvSlider li .box_txt_fvSlider:active>.btn_fvSlider{
    background-color: #000;
    color:#fff;
    opacity: 0.7;
}}
@media screen and (min-width: 767px) {
.wrapper.primary#store .fvSlider li .box_txt_fvSlider:hover>.btn_fvSlider{
    background-color: #000;
    color:#fff;
    opacity: 0.7;
}}
.wrapper.primary#store .fvSlider li .link_fvSlider:hover ~ .box_txt_fvSlider .btn_fvSlider {
  background-color: #000;
  color: #fff;
  opacity: 0.7;
}

/* icon_fvSliderScroll */
.wrapper.primary#store .icon_fvSliderScroll {
  width: 80px;
  height: 40px;
  display: block;
  border-radius: 40px 40px 0 0;
  background-image: radial-gradient(at center bottom, black 0% 14.95px, rgba(0, 0, 0, .2) 14.95px 100%);
  transition: opacity 0.5s 0s;
  position: fixed;
  bottom: 0;
  left: calc(50% - 40px);
  z-index: 2;
}
.wrapper.primary#store .icon_fvSliderScroll span{
  transform: translate(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  font-family: "Montserrat", Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "\30e1\30a4\30ea\30aa", -apple-system, sans-serif;
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 2;
}
.wrapper.primary#store .icon_fvSliderScroll:after{
    content: "";
    width: 80px;
    height: 40px;
    background-color: #0000007d;
    border-radius: 40px 40px 0 0;
    transform-origin: bottom center;
    animation: btnScrollAnimation 2s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.wrapper.primary#store .icon_fvSliderScroll.disabled {
  opacity: 0;
  pointer-events: none;
}
@keyframes btnScrollAnimation {
  0% {
    opacity: 0;
    transform: scale3d(.4, .4, .4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}

/* chatButton */
#chatButton {
  opacity: 1;
  transition: opacity 0.5s 0s;
  cursor: pointer;
}
#chatButton.disabled {
  opacity: 0;
  pointer-events: none;
  cursor: none;
}
.ico_fvNew{
position: absolute;
    width: 20%;
    top: 8%;
}
@media screen and (min-width: 767px) {
.ico_fvNew{
    width: 20%;
    top: 8%;
}}
@media screen and (max-width: 767px) {
.ico_fvNew{
        width: 28.5%;
        top: 7%;
}}