.modal {

    position:fixed; 
     display:none; 
     z-index:9999; 
     width:500px; 
     padding:20px; 
text-align:center;
background-color: #ffffff;

 top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


.modal p { 
  margin-bottom:10px; 
  content: "\A" ;
  white-space: pre-line ;  
  font-size: 14px;
}

.modal a { 
cursor:pointer; 
}

ul.bt00 { 
  margin: 0;  /* �]���ȃ}�[�W�������� */
  padding: 0; /* �]���ȃp�f�B���O������ */
  text-align: center; /* ������ */
  list-style: none;
}

ul.bt00 li { 
 width:210px;
 height:36px;
 list-style-type: none; /* ���X�g�̃}�[�J�[������ */
 display: inline-block; /* �����т� */
}

#square_btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 1em;
    width:160px;
    text-decoration: none;
    color: #2e0e00;
    background: #dbdbdb;
    border-radius: 5px;
    transition: .4s;
  }

#square_btn:hover {
    background: #ff4679;
    color: white;
}

#square_btn2{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 1em;
    width:160px;
    text-decoration: none;
    color: #2e0e00;
    background: #dbdbdb;
    border-radius: 5px;
    transition: .4s;
  }

#square_btn2:hover {
    background: #ff4679;
    color: white;
}

#square_btn3{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 1em;
    width:620px;
    text-decoration: none;
    color: #2e0e00;
    background: #00ffff;
    border-radius: 5px;
    transition: .4s;
  }

#square_btn3:hover {
    background: #ff4679;
    color: white;
}

.APmodal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.APmodal__bg{
    background: rgba(50,0,0,0.8);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(91, 39, 0, 0.9));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(91, 39, 0, 0.9));
    height: 100vh;
    position: absolute;
    width: 100%;
}
.APmodal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
    border-radius: 10px;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
  min-width: 550px;
}

