@charset "UTF-8";
/*モーダル設定*/
.sp-br {
  display: none;
}

.mfp-content {
  max-width: 1604px;
}

.popup-box {
  position: relative;
  background: url(./img/modal_back.png) no-repeat;
  background-size: contain;
  padding: 20px;
  width: auto;
  max-width: 1604px;
  height: 918px;
  margin: 20px auto;
}

.pop_title {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

.pop_title p {
  font-size: 1.563vw;
  font-weight: 800;
  width: 680px;
}

.pop_img_box {
  width: 700px;
  height: 542px;
  margin: 10vw auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item01_pop_06 {
  width: 840px;
}

.pop_img_box img {
  width: auto;
  height: auto;
  max-height: 100%;
}

/*モーダル矢印*/
.mfp-close {
  background: #fff !important;
  width: 60px !important;
  height: 60px !important;
  position: fixed !important;
  top: 40px !important;
  right: 40px !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  font-size: 7rem !important;
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.mfp-close_in {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.mfp-close_in span {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #000;
}

.mfp-close_in span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-top: 13px;
}

.mfp-close_in span:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.mfp-arrow-right {
  right: 9.0104166667vw !important;
  /*173px*/
}

.gallery-arrow {
  left: 49%;
  transition: left 0.3s;
}

.gallery-arrow:hover {
  left: 50%;
}

.gallery-arrow-left.gallery-arrow:hover {
  left: 48%;
}

.gallery-arrow-left {
  width: 100px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 60;
  cursor: pointer;
  background: url(./img/goods_slider_arrows_prevw.svg) no-repeat;
  background-size: contain;
  background-position: left;
}

.gallery-arrow-right {
  width: 100px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 60;
  cursor: pointer;
  background: url(./img/goods_slider_arrows_next.svg) no-repeat;
  background-size: contain;
  background-position: right;
}

.mfp-container {
  padding-left: 130px !important;
  padding-right: 150px !important;
}

/*モーダルアニメーション*/
/*フェードインアウト*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  background-image: url(./img/modal_contents_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*ぼかし*/
.mfp-fade .blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02) translateX(-50%);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}
@media screen and (max-width: 1919px) {
  /*モーダル設定*/
  .mfp-content {
    max-width: 83.585vw;
  }
  .popup-box {
    position: relative;
    background: url(./img/modal_back.png) no-repeat;
    background-size: 83.585vw;
    background-position: center;
    padding: 1.042vw;
    width: auto;
    max-width: 83.585vw;
    height: 47.837vw;
    margin: 1.0422094841vw auto;
  }
  .pop_title {
    top: 4.8vw;
    left: 50%;
  }
  .pop_title p {
    font-size: 1.563vw;
    font-weight: 800;
    width: 35.435vw;
  }
  .pop_img_box {
    width: 36.458vw;
    height: 29vw;
    margin: 10vw auto 0;
  }
  .item01_pop_06 {
    width: 43.75vw;
  }
}
@media screen and (max-width: 1023px) {
  .sp-br {
    display: block;
  }
  /*モーダル設定*/
  .mfp-content {
    max-width: 480px;
  }
  .popup-box {
    position: relative;
    background: url(./img/modal_back_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    width: auto;
    max-width: 480px;
    height: 736px;
    margin: 0 auto;
  }
  .pop_title {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }
  .pop_title p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    width: 330px;
    padding: 15px 20px;
    text-align: left;
  }
  .pop_img_box,
  .item01_pop_06 {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    height: 400px;
    margin: 7.5625vw auto 0;
  }
  .pop_img_box img {
    max-height: 100%;
  }
  /*モーダル矢印*/
  .mfp-close {
    background: transparent !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    top: 60px !important;
    right: 15px !important;
    color: #fff !important;
    border: none !important;
    font-size: 7rem !important;
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .mfp-close_in {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .mfp-close_in span {
    display: block;
    height: 2px;
    width: 20px;
    background-color: #fff;
  }
  .mfp-close_in span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-top: 13px;
  }
  .mfp-close_in span:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
  .mfp-arrow-right {
    right: 9.0104166667vw !important;
    /*173px*/
  }
  .gallery-arrow {
    left: 50%;
  }
  .gallery-arrow:hover {
    left: 50%;
  }
  .gallery-arrow-left.gallery-arrow:hover {
    left: 50%;
  }
  .gallery-arrow-left {
    width: 34px;
    height: 22px;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    background: url(./img/goods_slider_arrows_prevw.svg) no-repeat;
    background-size: contain;
    background-position: left;
  }
  .gallery-arrow-right {
    width: 34px;
    height: 22px;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    background: url(./img/goods_slider_arrows_next.svg) no-repeat;
    background-size: contain;
    background-position: right;
  }
  .mfp-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /*モーダルアニメーション*/
  .mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    background-image: url(./img/modal_contents_back_sp.png);
    background-repeat: repeat;
    background-size: contain;
    opacity: 0.9;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
}/*# sourceMappingURL=modal_style.css.map */