﻿.js-shopModal {
  position: fixed;
  z-index: 99999;
  width: 90.625%;
  max-width: 580px;
  margin-top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  left: -101%;
  top: 10px;
  -webkit-transition: opacity 0.3s ease-out 0s, top 0.3s ease-out 0s, left 0s linear 0.3s;
  transition: opacity 0.3s ease-out 0s, top 0.3s ease-out 0s, left 0s linear 0.3s;
}
.js-shopModal.is-on {
  -webkit-transition: opacity 0.3s ease-out 0s, top 0.3s ease-out 0s, left 0s linear 0s;
  transition: opacity 0.3s ease-out 0s, top 0.3s ease-out 0s, left 0s linear 0s;
  opacity: 1;
  left: 50%;
  top: 0;
}
.js-shopModal__inner {
  position: relative;
  background: #fff;
  padding: 8.6206896552%;
}
.js-shopModal__closebtn {
  position: relative;
  display: block;
  width: 11.0344827586%;
  padding-bottom: 11.0344827586%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0 3.4482758621% auto;
}
.js-shopModal__closebtn::before, .js-shopModal__closebtn::after {
  content: " ";
  display: block;
  width: 100%;
  height: 1%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
}
.js-shopModal__closebtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.js-shopModal__closebtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.js-shopModal__title {
  padding: 5.6896551724% 0 4.1379310345%;
}
.js-shopModal__title img {
  display: block;
  width: auto;
  height: 149px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .js-shopModal__title img {
    height: 23.28125vw;
  }
}
.js-shopModal__txt {
  margin-bottom: 6.25%;
}
.js-shopModal__shopname, .js-shopModal__shopsaleinfo {
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .js-shopModal__shopname, .js-shopModal__shopsaleinfo {
    font-size: 3.4375vw;
  }
}
.js-shopModal__shopname span, .js-shopModal__shopsaleinfo span {
  font-size: 100%;
}
.js-shopModal__note {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .js-shopModal__note {
    font-size: 3.125vw;
  }
}
.js-shopModal__btn {
  display: block;
  margin: 8.6206896552% auto 0;
  width: 69.6551724138%;
  padding: 5.1724137931% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  font-family: "SimonCircularLight", "Noto Sans Japanese", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "MS P Gothic", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 640px) {
  .js-shopModal__btn {
    font-size: 3.4375vw;
  }
}
.js-shopModal__btn.is-disable {
  background: #999;
}
.js-shopModal__btn.is-disable .is-default {
  display: none;
}
.js-shopModal__btn.is-disable .is-disable {
  display: inline;
}
.js-shopModal__bg {
  position: fixed;
  z-index: 89999;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  left: -101%;
  -webkit-transition: opacity 0.3s ease-out 0s, left 0s linear 0.3s;
  transition: opacity 0.3s ease-out 0s, left 0s linear 0.3s;
}
.js-shopModal__bg.is-on {
  -webkit-transition: opacity 0.3s ease-out 0s, left 0s linear 0s;
  transition: opacity 0.3s ease-out 0s, left 0s linear 0s;
  opacity: 1;
  left: 0;
}

