@charset "utf-8";
.cartwrap{
	position: relative;
}
.skuwrap{
	padding-top: 10px;
	padding-right: 10px;
}
div.sku1 ul, div.sku2 ul {
    margin-top: 0 !important;
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
}
div.sku1 ul li, div.sku2 ul li {
    margin-left: 0 !important;
    margin-bottom: 10px;
    padding: 5px 10px !important;
    width: 100% !important;
    height: auto !important;
    border: 1px solid #ccc;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sum{
	position: relative;
}
.modalbtn{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.modalbtn2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
	margin: 20px 10px 0 10px;
	width: 200px;
	height: 42px;
	border: none;
	text-indent: 0 !important;
	background: #109954 !important;
	color: #fff !important;
	font-weight: bold;
	margin-top: 10px !important;
}
#sumcart button {
    text-indent: 0 !important;
    background: #109954 !important;
    color: #fff !important;
    font-weight: bold;
    margin-top: 10px !important;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}
.closebtn {
	margin-right: 10px;
	padding: 1px 6px !important;
	position: static !important;
	right: 0 !important;
	top: 0 !important;
	color: #333 !important;
	width: 56px !important;
	height: 26px !important;
	background: #efefef !important;
	border-style: outset !important;
	border: 1px solid #767676 !important;
	border-radius: 3px !important;
	font: 400 13.3333px Arial !important;
	display: inline-block;
}
.closebtn:hover {
  background: #e2e2e2 !important;
}

/* ショッピング */

.items .soldout {
display: block !important;
}


@media only screen and (max-width: 834px) {
}

@media screen and (max-width: 640px){
	div.item_view div.struct {
	    display: block !important;
	}
	div.item_view div.sku {
	    width: 100% !important;
	}
	div.item_view div.item_option {
	    width: 100% !important;
	}
}
