@charset "utf-8";

.js-modal-open {
	cursor: pointer;
}
.create_btn store_profile_btn{
	padding-left: 0px;
    padding-right: 0px;
}
.modal{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 1000;
	display:none;
}
.pop-btn{
    border-radius: 0 0 10px 10px;
    width: 100%;
    margin: 0 auto;
}
.modal_bg{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100vh;
	position: absolute;
}
.modal_content{
    background: #fff;
	width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 25px;
}
.pop_button2 {
	width: 100%;
    line-height: 14vw;
    font-size: 3.8vw;
    border-top: solid 1px rgb(166 166 166 / 46%);
    font-weight: bold;
    color: #6d6c6c;
    border-radius: 0 0 25px 25px;
    text-align: center;
}
.pop_button2:active{
    background-color: #d6d6d6;
}
.pop_button, .pop_button_2, .pop_button3, .pop_button3_2{
    width: 50%;
    line-height: 14vw;
    font-size: 3.8vw;
    border-top: solid 1px rgb(166 166 166 / 67%);
    font-weight: bold;
}
.pop_button_2, .pop_button3_2{
    color: #555555;
   	border-radius: 0 0 25px 0;
}
.pop_button{
    color: #0c6baf;
    border-radius: 0 0 0px 25px;
}
.pop_button3{
    color: #32a1d2;
	border-radius: 0 0 0px 25px;
}
.button_flex, .button_flex3{
    display: flex;
    text-align: center;
	position: relative;
}
.button_flex3:before, .button_flex:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1px;
    height: 100%;
    background-color: rgb(166 166 166 / 67%);
}
.pop_button3:active, .pop_button3_2:active, .pop_button2:active, .pop_button:active, .pop_button_2:active {
    background-color: #d6d6d6;
}

@media screen and (max-width:414px) {
}
@media screen and (max-width:375px) {
}
@media screen and (max-width:360px) {

}