/* index */


.menu_btn{
  position: fixed;
    background:#00235f;
    cursor: pointer;
      width: 50px;
      height:50px;
    border-radius: 50%;
    z-index:19999;
    top:10px;
    left:20px;
}

  .menu_btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 5px;
  	background: #fff;
  	width: 45%;
  }
  .menu_btn span:nth-of-type(1) {
    top:15px; 
  }
  
  .menu_btn span:nth-of-type(2) {
    top:23px;
  }
  
  .menu_btn span:nth-of-type(3) {
    top:32px;
  }


  
.menu_btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.menu_btn.active span:nth-of-type(2) {
	opacity: 0;
}

.menu_btn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    

}





  
  .menu_fadein{
    -webkit-animation: menu_fadein_anime 0.5s ease 0s 1 forwards;
    animation: menu_fadein_anime 0.5s ease 0s 1 forwards;

  }
  .menu_fadeout{
    -webkit-animation: menu_fadeout_anime 1s ease 0s 1 forwards;
    animation: menu_fadeout_anime 1s ease 0s 1 forwards;

  }
  @keyframes menu_fadein_anime {
    from {
        left:-80%;
    }
    to {
        left:0%;
    }
  }
  @keyframes menu_fadeout_anime {
      from {
          left:0%;
      }
      to {
          left:-80%;
      }
  }

  .menu_login {
    position: absolute;
    top:50%;
    right:0%;
  }
  #left_menu{
    line-height: 150%;
  }

  #left_menu hr{
    border-width: 5px;
    border-style:dotted none none;
    width:100%;
    margin:15px 0;
    color: #0B409C;
  }
  #left_menu .login-btn{
    letter-spacing:0.2em;
    font-weight:bold;
    text-align:center;
    margin:0 auto 5% auto;
    width:50%;
    color:#FFFFFF;
    padding:2% 10%;
    border-radius:10px;
    font-size:15px;
    background:#00235f;
  }
  #left_menu .attention{
    width:90%;
    line-height:115%;
    font-size:10px;
    letter-spacing:0.1em;
  }

.hdr{

  font-weight:bold;
  letter-spacing: .1em;
  font-size:large;
  
}
.hdr hr{
  border-style: solid;
  border-width: 0;
  border-bottom-width: .15em;
  border-image:  linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,26,121,1) 14%, rgba(110,156,163,1) 41%, rgba(255,232,103,0.26934523809523814) 72%, rgba(255,232,103,0) 100%) 1;
}
.cnr{

  background-color:white;
  padding:15px;
  margin-bottom:10px;
  box-sizing: border-box;
}
.cnr_bo{

  padding:10px;
  margin-bottom:3%;
  font-size:16px;
  margin-top:20px;text-align:center;line-height:200%;
  
}
.cnr_bo a{
  color:#696969;
}
.top-text{
  padding: 5px 10px;
  -webkit-transform: skew(-25deg) rotate(-10deg);
  transform: skew(-25deg) rotate(-10deg);

  color: #fff;
  background-color:	#C70000;
  font-size:10px;
  font-weight: bold;
  display:inline-block;
  position:absolute;
  
}
@keyframes top-text_fadeIn_t1 {
  from {
    right:-30%;
  }
  to {
    right:5%;
  }
}
@keyframes top-text_fadeOut_t1 {
  from {
    right:5%;
  }
  to {
    right:-30%;
  }
}
@keyframes top-text_fadeIn_t2 {
  from {
    right:-30%;
  }
  to {
    right:2%;
  }
}
@keyframes top-text_fadeOut_t2 {
  from {
    right:2%;

  }
  to {
    right:-30%;

  }
}

.top-text.t1{
  top:20%;
  animation: top-text_fadeIn_t1 1s ease 0s 1 normal forwards;
}
.top-text.t2{
  top:50%;
  animation: top-text_fadeIn_t2 1s ease 0s 1 normal forwards;

}
.top-text.t1.top-text_fadeOut_t1{
  animation: top-text_fadeOut_t1 1s ease 0s 1 normal forwards;
  right:-30%;
}
.top-text.t2.top-text_fadeOut_t2{
  animation: top-text_fadeOut_t2 1s ease 0s 1 normal forwards;
  right:-30%;
}

#menu_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;
}
#left_menu{
  padding:85px 0px 10px 20px;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 85% 100%);
  width:70%;height:100%;
  position:absolute;
  background-color:#Fff;
  left:-80%;

}















.slide{
  scroll-snap-type: x mandatory;
  width: 100%;
  overflow-x: scroll;
  display: flex;
  -webkit-overflow-scrolling: touch;
  box-sizing:border-box;
  margin-bottom:10px;
}
.slide_box{
  color:#00235f ;
/*  width:45%;*/
  scroll-snap-align: center;
  height: 100%;
  flex: none;  

  padding:15px 0px 15px 6px;
  font-size:10pt;
  position:relative
  
}
.slide_box img{
  width:100%;
	height:100%;
  margin-bottom:5px;

}

section.sale .slide_box{
  min-height:auto;
  width:50%;
  margin-top:20px;
  margin-left:10px;
  padding:0 auto 2% auto;
  box-sizing: border-box;

}
section.sale .slide_box .thumb{
  width:100%;margin:0px;
  box-sizing: border-box;
}
section.sale .slide_box .thumb img{
  border:0;
  width:100%;
  height:auto;
}
section.sale .slide_box .explain{
  border:0;
  text-align:center;margin:0px;width:100%;
  padding-top:10px;
}

section.sale .slide_box .explain div{
  width:100%;margin-bottom:15px;
}


section.sale .slide_box .explain div span:nth-of-type(1){
  color:#C70000;font-size:large;font-weight:bold;
}
section.sale .slide_box .explain div span:nth-of-type(2){
  text-decoration:line-through;font-size:x-small;
}
section.sale .slide_box .explain div span:nth-of-type(3){
  font-size:x-small;
}
section.sale .slide_box .explain span{
  font-size:15px;
}

section.news{
  padding:10px 15px 15px 15px;
  margin-bottom:10px;
  box-sizing: border-box;
  line-height:115%;

}
section.news .hdr{
  position:relative;
  margin-bottom:10px;
}
section.news div ul{
  padding:0;
  list-style-type: none!important;
}


section.news  div.news_t div{
  margin-bottom:3px;
  font-size:15px;
/*  font-weight:bold; */
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  padding-right:8px;
  position:relative;
}

section.news  div.news_t span {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  transition: .2s;
  
}

section.news  div.news_t span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 7px;  
  margin: -15px 0 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;

  transform: translateX(5px) rotate(45deg);
  
  transition: .3s .1s;
}
section.news  div.news_t span.open:after{
  transform: translateX(5px) rotate(135deg);
}
section.news .news_m{
  background-color:#fff;
  padding:12px;
  border-radius:5px;
  font-size:12px;
  display:none;

}




section.news div.news_d{
  width:100%;
  font-size:10px;
  font-weight:bold;
  color:#fff;
  padding: 2px 3px;
  font-weight:normal;
  display:inline-block;
  border-radius: 2px;
  position: relative;
}

section.news > div ul li.n_3{
  display:none;
}


section.news div ul li div.news_d:after{
  background: -webkit-repeating-linear-gradient(-45deg, #F3F3F3, #F3F3F3 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #F3F3F3, #f3f3f3b4 2px, #fff 2px, #fff 4px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  font-weight:bold;
}
section.news li.n_2 div.news_d{
  color:red;
}

section.news li.n_3 div.news_d{
  color:#C13547;
}
section.news li.n_1  div.news_d{
  color:#D1691B;

}
section.news li.n_4 div.news_d{
  color:#006A8B;

}



section.newgame .slide_box {

  width:84%;
  margin-right:1%;
  display:flex;
  flex-wrap: wrap;
  padding-bottom:30px;
}
section.newgame .slide_box .youtube{

  width:100%;
  margin-bottom:3%;
}
section.newgame .slide_box > div:nth-child(2){
 display:flex;
 align-items: center;
}
section.newgame .slide_box > div:nth-child(2) > div:nth-child(1){
  width:25%;
}

section.newgame .slide_box > div:nth-child(2) > div:nth-child(1) img{
  width:95%;
}

section.newgame .slide_box > div:nth-child(2) > div:nth-child(2){
 
  width:73%;
  font-size:medium;
  font-weight: bold;
  margin-bottom:10px;
  margin-left:2%
}


section.newgame .slide_box > div:nth-child(3){
  width:100%;
  line-height:120%;
  margin:3% auto;

   
}
section.newgame .slide_box > div:nth-child(4) > span{
  width:95%;
  color:#C70000;
  border:1px solid #C13547;
  margin-right:10px;
  font-weight: bold;
  font-size:xx-small;
  padding:2px;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}



section.newgame .slide_box .genre{
  border-radius:2px;position:absolute;bottom:1px;right:2px;padding:3px;border: 1px solid #998978;color:#998978;

}


section.ranking .slide_box .rank_label{
  color:#C70000;
} 
/*
section.ranking .slide_box div.rank0{
  color:#c0ad49;
} 
section.ranking .slide_box div.rank1{
  color:#9fa0a0;;
} 
section.ranking .slide_box div.rank2{
  color:#cd683a;
} 
section.ranking .slide_box div.rank3{

} 
*/
/*
*/
section.osusume  .slide_box{
  width:80%;
  margin-right:5%;
} 
section.osusume  .jump-content{
  padding:10px auto;
  margin-top:10px;
  line-height:125%;
}
section.osusume img{
  float:left;
  width:40%;
  height:auto;
  margin-right:10px;
  margin-bottom:5px;
}


section.fav .unavailable .login-btn{
  letter-spacing:0.5em;font-weight:bold;text-align:center;margin:3% auto;width:50%;color:#FFFFFF;padding:5% 10%;border-radius:10px;font-size:15px;background:#0B409C;
}

section.fav .unavailable div.hint{
	display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.fav .unavailable .icon{
  position: relative;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
}
section.fav .unavailable .icon::before, section.fav .unavailable .icon_p::after {
  position: absolute;
  top: 9px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  transform: translateX(-50%);
}

section.fav .unavailable .icon_p::after {
  top: 3px;
  left: -3px;
  transform: rotate(90deg);
}

section.fav .unavailable .hint div:nth-of-type(2){
 
  margin-left:3px;  margin-top:3px;

}

section.fav .unavailable .explain{
  width:100%;
  font-size:small;
  text-align:left;
  line-height:150%;
  margin-top:10px;
  background-color:#ccc;
  padding:8px;color:#3f3d56;
  border-radius:5px;
  display:none;
}


section.fav .available .slide_box{
  width:30%;
}
section.fav .available .thumb{
  position:relative;
}
section.fav .available .thumb div{
  position:absolute;
  background-color:#fff;
  top:0;
  right:0;
  width:25px;
  height:25px;
  text-align:center;
  background-color:#00235f;
  color:#fff;
  border: solid 1px #fff;
}


section.fav .available .thumb div span{
  display: inline-block;
  position: absolute;
  left: 0px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 15px;
}


section.fav .available .thumb div span:nth-of-type(1) {
  top: 5px;
  left: 5px;

  transform: translateY(6px) rotate(-45deg);
}


section.fav .available .thumb div span:nth-of-type(2){
  top: 17px;
  left: 5px;
  transform: translateY(-6px) rotate(45deg);
}

.jump-content:active{
	background-color:rgba(128,128,128,0.1);
}





section.fav .available .explain span{
  font-size:12px;
  font-weight:bold;
}

section.fav .available .no-data-mes{
  display:none;


}
section.fav .available .no-data-mes.show{
  display:block;

}

.slide_box .rank_label{
  font-weight:bold;
  width:18%;
  text-align:center;

}

.slide_box .rank_label > div{
  font-size:xx-small;
  background-color:#C70000;
  color:#fff;
  border-radius: 2px;
  text-align:center;
  margin:2% 10%;
  padding:5px auto;

}

.slide_box .rank_label-r{
  width:82%;display:flex; align-items: center;
}
.slide_box .rank_label-r > img{
  width:30%;
  height:auto;
}
.slide_box .rank_label-r > div{

  width:70%;padding-left:3px;
}
  
.ranking .slide_box > div{
  display:flex; align-items: center;
}

.search div.slide{
  margin:5px 0;
}
.search div.slide_box{
  display: inline;
  width:auto;

/*  color:#998978;
  border: solid 1px #998978;
  */



  border-radius:15px;
  padding:5px;
  margin:3px;
  
}
.search .s1 div.slide_box{
  background-color:#b0ff67;
  color:#3f3d56;
}
.search .s2 div.slide_box{
  background-color:#FFE867;
  color:#3f3d56;
}
.search .result{
  margin:20px 10px;
 
}
.search .result div{
  padding:5px 5px;
  background-color:#f3f3f3;
  border-radius: 3px;
}


.search .s-result{
  display:flex;
  background-color: #eee;
  align-items: center;
}
.search .s-result div:nth-child(1){
  width:15%;
}
.search .s-result div:nth-child(1) img{
  width:100%;
}
.search .s-result div:nth-child(2){
  width: 85%;
  color:#3f3d56;
  font-size:small;
  font-weight:bold;

}

.search hr,.osusume hr{
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;

}
.search .s_free  div.slide_box{
  width:45%;
  color:#696969 ;
}
.search .s_free  div.slide_box div:nth-of-type(1){
  width:50%;
  font-weight:lighter;
  text-align:center;
  font-size:10px;
  padding:1px 0px 0px 5px;
  
  margin:0 0 0 auto;
  color:#fff;
  background-color:	#FF6767;
  clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 100% 100%);

}
.search .button {

  margin-left: 5px;
  width: 23%;
  padding:5px;
  height:31px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-align:center;
  background: #0B409C;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
  border-radius: 3px;
  box-sizing:border-box;


}

.sns-hdr{

  position: relative;
  line-height: 1.2;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  margin-bottom:5px;
  color: #545454;
  font-size:small;
  font-weight:bold;
}
.sns-hdr:before, .sns-hdr:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.sns-hdr:before {
  border-left: solid 1px #00235f;
  border-top: solid 1px #00235f;
  border-bottom: solid 1px #00235f;
  left: 0;
}
.sns-hdr:after {
  content: '';
  border-top: solid 1px #00235f;
  border-right: solid 1px #00235f;
  border-bottom: solid 1px #00235f;
  right: 0;
}

#slide-switch{
  width:100%;
  display:flex;
  margin-bottom:5px;
  position:relative;
  background-color:#fff;
  color:#3f3d56;
  border-radius:10px;
  font-size:12px;
}
#slide-switch .item{
  width:50%;
  text-align:center;
  height:20px;

}
#slide-switch .bar{

  letter-spacing:0.1em;
  width:50%;
  position:absolute;
  left:50%;
  background-color:#00235f;
  height:20px;
  text-align:center;
  border-radius:10px;
  left:0px;
}
#slide-switch .bar::after{
  content:'新着情報';
  color:#fff;
}
#slide-switch .bar_right{
  -webkit-animation: anime-bar-r 0.5s ease 0s 1 forwards;
  animation: anime-bar-r 0.5s ease 0s 1 forwards;
}
#slide-switch .bar_left{
  -webkit-animation: anime-bar-l 0.5s ease 0s 1 forwards;
  animation: anime-bar-l 0.5s ease 0s 1 forwards;
}
#slide-switch .bar_right::after{
  content:'VerUP情報';
} 
@keyframes anime-bar-l {
  from {
    left:50%;
  }
  to {
    left:0;
  }
}
@keyframes anime-bar-r {
  from {
    left:0;
  }
  to {
    left:50%;
  }
}






.menu-list {
  font-family: 'Kiwi Maru', serif;
  margin:15px 0px;
  font-size:24px;
  color: #00235f;
}
.menu-gray{
  color: rgb(150, 150, 150);

}

.top_submenu > div::-webkit-scrollbar{
display:none;

}
.ch_font{
  font-family: 'Kiwi Maru', serif;
  font-weight:bold;
  
}

/*
  ?V?F?A?{?^??
*/
.sns-share{
  font-family: 'Kiwi Maru', serif;
  font-size:small;
  padding:0 2%;
  text-align:right;
}
.sns-share img{
  margin:0 3%;
  vertical-align: middle;
  width:5%;
  height:5%;
}


SS


.arrow01 {
  position: relative;
  padding-right: 30px;
}

.arrow01::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-135deg);
  box-sizing: content-box;
  transition: 0.6s cubic-bezier;
}

.arrow02 {
  position: relative;
  padding-left: 30px;
}

.arrow02::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(-135deg);
  box-sizing: content-box;
  transition: 0.6s cubic-bezier;
}

 
