/* CSS Document */
html{
    scroll-behavior: smooth;
}
html, body, div, span, header, h2, h3,ul,li{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    
}
body {
    line-height:1;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
    

img {
	border: none;
  vertical-align: top;
}
a {
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
button {
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
  }
li{
    list-style-type: none!important;
}
div{

  box-sizing: border-box;

}


.clear { clear:both; }   
.clear hr { display:none; }

a.link_blank{
  display: inline-block;
  padding-right: 16px;
  background: url(../imgs/top-img2206/icon_link.svg) no-repeat right top;
  background-size:12px;
  display:inline;
}


/* */
.container{
    letter-spacing:0.05em;
    
}
/*copyright*/
.copy{
    text-align:center;
    background-color:#00235f;
    color:#fff;
    width:100%;
    padding:10px 0;

}

#full-mask{
    top: 0;  left: 0;
    z-index:9998;
    width:100%;height:100%;
    position:fixed;
    background-color:rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
    display:none;
}
#loading{
  top: 0;  left: 0;
  z-index:100000;
  width:100vw;height:100vh;
  transition: all 1s;
  position:fixed;
  background-color:rgba(255, 255, 255, 1);
  display:block;

}
#loading .spinner {
  width: 50px;
  height: 50px;
  margin: 200px auto;
  background-color: black;
  border-radius: 100%;
  animation: sk-scaleout 1.5s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
 

#login-popup,#purchase-process-popup,#dl-process-popup{

    /*padding:30px 20px 10px 20px;*/
    position:fixed;
    z-index:9999;
    bottom:-75%;
    height:75%;
    width:100%;
    border-top-right-radius:8px ;
    border-top-left-radius:8px ;
    box-sizing:border-box;
    line-height:130%;
    background-color:#fff;
  }
  #login-popup .close,#purchase-process-popup .close,#dl-process-popup .close{
    text-align:center;
    background-color:#f3f3f3;
    margin:0px;
    border-top-right-radius:8px ;
    border-top-left-radius:8px ;
    padding:20px 20px 10px 10px;
    letter-spacing:0.1em;
    font-weight:bold;
    border-bottom: 1px solid #757575;
  }
  
  .login_popup_fadein{
    -webkit-animation: login_popup_fadein_anime 0.5s ease 0s 1 forwards;
    animation: login_popup_fadein_anime 0.5s ease 0s 1 forwards;
  
  }
  .login_popup_fadein2{
    -webkit-animation: login_popup_fadein_anime2 0.5s ease 0s 1 forwards;
    animation: login_popup_fadein_anime2 0.5s ease 0s 1 forwards;
  
  }
  .login_popup_fadeout{
    -webkit-animation: login_popup_fadeout_anime 1s ease 0s 1 forwards;
    animation: login_popup_fadeout_anime 0.5s ease 0s 1 forwards;
  
  }
  .login_popup_fadeout2{
    -webkit-animation: login_popup_fadeout_anime2 1s ease 0s 1 forwards;
    animation: login_popup_fadeout_anime2 0.5s ease 0s 1 forwards;
  
  }
  @keyframes login_popup_fadein_anime {
    from {
        bottom:-75%;
    }
    to {
        bottom:0;
    }
  }
  @keyframes login_popup_fadein_anime2 {
    from {
        bottom:-100%;
    }
    to {
        bottom:0;
    }
  }
  @keyframes login_popup_fadeout_anime {
      from {
          bottom:0;
      }
      to {
          bottom:-75%;
      }
  }
  @keyframes login_popup_fadeout_anime2 {
    from {
        bottom:0;
    }
    to {
        bottom:-100%;
    }
}

  
  #login-popup .close+div , #purchase-process-popup .close+div  , #dl-process-popup .close span{
    padding:10px;
  }
  
  #login-popup .close span , #purchase-process-popup .close span , #dl-process-popup .close span{
    display: block;
    position: relative;
    top: -10px;
    right: 10;
    z-index: 2;
    transition: .2s;
    padding:0px 10px 10px;
    border:2px;
    
  }
  
  #login-popup .close span:after ,#purchase-process-popup .close span:after,#dl-process-popup .close span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 10px;
    height: 10px;  
    margin: -15px 0 0 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  
    transform: translateX(5px) rotate(135deg);
    
    transition: .3s .1s;
  }
  
  /* ボタン　MySoftbank*/
  .btn-mysb{
    width:150px;
    background-color:#a9a9a9;
    color:#fff;
    margin:0 auto 15px auto;
    padding:9px 0px;
    font-size:small;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
  }
  
 .list-login-btn{
  text-align:center;
  margin:2%;
 }
 .list-login-btn > div{
  margin:3% auto;
 }
/* 下部メニュー　ホーム・お気に入り・購入履歴・ゲームを探す */
.bottom-menu {

	width:100%;
	display:flex;
	position:fixed;

	background-color:#00235f;
	height:50px;
	bottom:-50px;
	left:0;
	color:#fff;
}
.bottom-menu.show{
	animation: popup-bottom-menu 0.5s ease 1 forwards;
}

@keyframes popup-bottom-menu {
	0% {
		bottom:-50px;
	}
	100% {
		bottom:0;

	}
}

.bottom-menu > div{
	width: calc(100% / 4);
	text-align:center;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	border-top: solid 1px #fff;
	flex-wrap: wrap;
}
.bottom-menu > div:nth-of-type(1),
.bottom-menu >div:nth-of-type(2),
.bottom-menu >div:nth-of-type(3){
	
	border-right: solid 1px #fff;

}
.bottom-menu > div img{
	width:6vw;
	height:6vw;
}
.bottom-menu > div > div{
	width:100%; 
	font-size:9px;

}
  
.btn-pagetop{
  width:10vw;
  height:10vw;
  font-size:100%;
  font-weight:300;
  text-align:center;
  background:rgba(128, 128, 128, 0.5);
  color:#fff;
  border-radius:5px;
  position:fixed;
  bottom:5vw;
  right:5vw;
  display:none;
  line-height:10vw;
}