@charset "UTF-8";
/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
:root {
  --english-font: "Quicksand", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

:root {
  --keyColor: #66ff00;
  --baseColor: #1d1d1d;
  --font-en: "Bebas Neue", sans-serif;
}

.modalArea {
  padding: 0 !important;
}

.ec-modal-window-box {
  width: 100%;
  margin: auto auto 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .f15 {
    font-size: 1.5em !important;
  }
}
.icon-cart {
  width: 10% !important;
  height: auto;
  aspect-ratio: auto 25/25;
  margin-top: -1.5% !important;
  padding: 0 1% 0 0;
  fill: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 9999; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 !important;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 88%;
  max-width: 480px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  font-family: r-mplus, -apple-system, BlinkMacSystemFont, Sans-Serif !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.06em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
}

.closeModal {
  position: absolute;
  top: 0rem;
  right: 1rem;
  cursor: pointer;
  font-weight: 800;
  font-size: clamp(2.5rem, 3vw, 5rem);
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

.modalContents .h1-title {
  color: #000;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  text-align: center;
  margin: 1rem auto;
  padding: 20px 0 15px;
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .modalContents .h1-title {
    padding: 20px 0 10px;
  }
}
.modalContents .box_shop_wrapper {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

.modalContents .box_shop {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalContents .box_shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalContents img {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: auto !important;
  height: 95px !important;
}

@media screen and (max-width: 480px) {
  .modalContents img {
    height: 75px !important;
  }
}
.modalContents .p-info {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  font-weight: 800 !important;
  text-align: center !important;
  color: #e84f67 !important;
  margin: 1rem auto 0.5rem;
}



.modalArea .imageArea {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .modalArea .imageArea {
    width: 90%;
    margin: auto;
  }
}
.textArea {
  width: 50%;
  padding: 0 0.5rem 0 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  /*
  display:flex;
  flex-wrap:wrap;
  align-items:center;*/
}

@media screen and (max-width: 767px) {
  .textArea {
    width: 100%;
    padding: 1rem 0;
  }
}
.modalArea .textArea {
  width: 55%;
  padding: 1rem 1.8rem;
}

@media screen and (max-width: 767px) {
  .modalArea .textArea {
    width: 100%;
    padding: 0 1rem 1rem 1rem;
  }
}

.openModal span {
  display: block;
}
/*===============================================
スマホ・タブレット  画面横幅767pxまで
===============================================*/
@media screen and (max-width: 768px) {
  .ec-modal-window-box {
    width: 100%;
  }
  .icon-cart {
    width: 8% !important;
  }
  .modalArea {
    position: fixed; /*fixed*/
  }
}
/*===============================================
スマホ  画面横幅639pxまで
===============================================*/
/* /@media */
/* 
===================== 1.Universal reset ==========================
*/