@charset "shift_jis";
.modal{
	display: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.modal_bg{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgb(80 80 80 / 50%);
	z-index: 100;
	transform: scale(1);
}
.modal_content{
	background: #ffff;
	left: 50%;
	padding: 2vw;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 720px;
	height: auto;
	font-size: 2.5vw;
	font-weight: bold;
	text-align: center;
	z-index: 100;
}


.modal_content img{
	max-width:100%;
	height:auto;
	vertical-align: middle;
}

.modal_content_text{
	font-size: 3.5vw;
	font-weight: bold;
	margin: 10px 0px;
}

.modal_content_text_red{
	font-size: 3.5vw;
	font-weight: bold;
	color: #f00;
}

.modalCart {
	display: flex;
	justify-content: center;
	padding-top: 1vw;
	padding-bottom: 0vw;
}

button.btn_cart_pop_left {
	display: block;
	width: 35%;
	height: auto;
	margin: 5px auto;
	background: #eeeeee;
	border-style: solid;
	border-width: 0 2px 0 0;
	border-color: #fff;
	color: #000;
	font-size: 1.1vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 9px;
	padding: 1em 1em;
	border-radius: 8px 8px 8px 8px;
	cursor: pointer;
}

button.btn_cart_pop_right{
	display: block;
	width: 40%;
	height: auto;
	margin: 5px auto;
	background: #ff0000;
	border-style: solid;
	border-width: 0 2px 0 0;
	border-color: #fff;
	color: #fff;
	font-size: 1.5vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 10px;
	padding: 1em 1em;
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
}

button.btn_cart_shopping{
	display: block;
	width: auto;
    min-width: 200px;
	min-width: 
	height: auto;
	margin: 5px auto;
	background: #eeeeee;
	border: 1px solid #fff;
	border-radius: 1px;
	box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
	color: #000;
	font-size: 3.4vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 0px 3px rgb(255 255 255 / 50%);
	line-height: 10px;
	margin: 0px 0px 20px 10px;
}

modalCartButtonArea {
	display: inline-flex;
}

p.modal_syohin{
	font-size: 3.5vw;
	text-align: left;
}

p.modal_souryo{
	font-size: 3.5vw;
	text-align: left;
}

p.modal_add {
	font-size: 1.5vw;
	text-align: left;
	/* margin: 1.5vw 2px; */
}

#overlay{
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  height:100%;
  display: none;
  right: 0.0vw;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.js-modal-open {
 cursor: pointer;
}