@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
 	
/*oncemodal*/
.onetime_popup_mall {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    max-width:98%;
	min-width: fit-content;
    background-color: #fff;
    cursor: pointer;
}

