@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');
/* >Reset ----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* <Reset ----------------------------------------------------------------------------------------------------*/

/* >Common ---------------------------------------------------------------------------------------------------*/
html{
  font-size:62.5%;
  scroll-behavior: smooth;
}

body {
	font-size:12px;
	font-size:1.2rem;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:100%;
  color:#333333;  
	background: #FFFFFF;
}

img{ vertical-align : middle;}

#top_wrapper{
  width: 100%;
  border-bottom:2px solid #fb5151;  
}

#top_wrapper_in{
  width: 990px;
  display: flex;
  margin: 0 auto;
}
/* <Common ---------------------------------------------------------------------------------------------------*/

/* >Header ---------------------------------------------------------------------------------------------------*/
header{
  width:35%;
}
#headerBox{
  width:100%;
  height:60px;
  margin:0 auto;
  padding-top:8px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
#logoAeria{
  background:url(/images/s_aeria_logo.jpg) no-repeat left top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width:118px;
  height:48px;
  background-size: contain;
  margin-top: 1px;
  display: block;
  margin-right: 15px;
}
#logoYahoo{
  background:url(/images/yahoo_logo.jpg) no-repeat right top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;  
  width:148px;
  height:48px;
  background-size: contain;
  display: block;
}
/* <Header ---------------------------------------------------------------------------------------------------*/

/* >Nav ---------------------------------------------------------------------------------------------------*/
nav{
  width: 65%;  
}

#navigation{
  position: relative;
}

#top_nav{
  width: 100%;
  margin: 8px auto 0;
  display: flex;
  justify-content: flex-start;
}

#top_nav li{
  width: 214px;
  font-size: 15px;
  font-weight: bold;
}

#top_nav li a{
  display: block;
  color: #222222;
  text-decoration:none;
  width: 100%;
  text-align: center;
  padding: 15px 10px 18px;
  box-sizing: border-box;
}

#top_nav li a:hover{
  color: #fb5151;
}

#slide-line{
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color:#fb5151;
  transition: all .3s ease;
}
/* <Nav ---------------------------------------------------------------------------------------------------*/

/* >Column ---------------------------------------------------------------------------------------------------*/
#gamesBox{
  display:block;
  justify-content: center;
  width: 100%;
  margin:0 auto;
}
/* <Column ---------------------------------------------------------------------------------------------------*/

/* >Top_contents ---------------------------------------------------------------------------------------------------*/
#top_contents{
  width: 990px;
  display: flex;
  margin: 15px auto 35px;
  justify-content: space-between;
}

#top_bnr{
  width: 640px;
  text-align: center;
  background-color: #333333;
}

#top_bnr_in{
  width: 560px;
  height: 252px;
  margin: 0 auto;
}

#top_bnr a {
  display: block;
}    

#top_bnr img{
  width: 100%;
  max-width: 560px;
}  


#top_his_rec{
  width: 340px;
  height: 252px;
  background-color: #f6f6f6;
  vertical-align:top;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;  
  box-sizing: border-box;
  padding: 0px 7px 7px 7px;
}

#top_his_rec_tl {
	text-align: left;
	background-color: #f6f6f6;
	color: #333;
	padding: 5px 0px 6px 6px;
	border-radius: 0px;
  margin-top: 6px;;
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: bold;
  border-left: 4px solid #fb5151;
}

#top_his_rec_list {
	width: 100%;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
  justify-content:space-between;
}

#top_his_rec ul li{
	box-sizing: border-box;
	padding: 0px;
	font-size: 10px;
	width: 60px;
	position: relative;
	overflow: hidden;
}

#top_his_rec ul li:first-child{
	margin-left:0px;
}

#top_his_rec ul li img{
	width: 60px;
}

#top_his_rec ul li img:hover{
	opacity:0.7;
}

#top_his_rec ul li .icon_play img:hover,#top_his_rec ul li .icon_recommend img:hover{
	opacity:1;
}


#top_his_rec ul li a {
	text-decoration:none;
  display: block;
}

#top_his_rec ul li a p{
  margin-bottom: 5px;
}

#historyPlay {
	background-color: #32acff;
	border: 1px solid #32acff;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff !important;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none !important;
	width: 100px;
	bottom: 5px;
	position: absolute;
	left: 130px;
	font-weight: normal !important;
}

#historyPlay a{
	color: #fff !important;
	vertical-align: bottom;
}

#historyExplain {
	color: #333 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	margin-top: 10px;
}

.historyTitle {
	color: #333 !important;
  margin-top: 3px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 3px;
}

.historyUpdate {
	background-color: #ff4f1e;
	color: #fff;
}

.historyNew {
	background-color: #ffc80f;
	color: #600;
}

.historyNew,.historyUpdate {
	border-radius: 0px;
	display: block;
	height: 14px;
	line-height: 14px;
	margin-bottom: 3px;
	margin-left: auto;
	padding: 2px;
	text-align: center;
	width: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
}
/* <Top_contents ---------------------------------------------------------------------------------------------------*/


/* >Recommend ------------------------------------------------------------------------------------------------*/
#recommendBox{
  width:990px;
  margin: 0 auto;
  padding: 8px 0px 0px 0px;
  border-top: none;
  background-color: #f6f6f6;
  vertical-align:top;
}

#recommendBoxIn{
  display: flex;
  justify-content: space-between;
  padding-left: 7px;
}

#recommendGenre{
  margin-right: 10px;
}

#recommendGenre span{
  display: inline-block;
  margin-top: 6px;
  margin-right: 4px;
  font-weight: bold;
  vertical-align: top;
}

#genreBox{
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
}

#genreBox::before {
  content: '';
  width: 28px;
  height: 23px;
  top: 0;
  right: 0;
  background-color: #56a0fb;
  position: absolute;
}

#genreBox::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 10px;
  margin-top: -4px;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 23px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 1px 40px 0 6px;
  border: 1px solid #b4b3b3;
  font-weight: bold;
}

select::-ms-expand {
    display: none;
}

#recommendBoxList{
	width: 100%;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	background-color: #FFFFFF;
	padding: 0px;
	box-sizing: border-box;
}

#recommendBoxList::-webkit-scrollbar{
	width: 12px;
	background: #eee;
	border-radius: 10px;
}

#recommendBoxList::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}

#recommendBoxList::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #3af;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#recommendBox ul li{
	box-sizing: border-box;
	margin: 10px 0px;
	padding: 0px;
	font-size: 10px;
	width: 177px;
	position: relative;
	overflow: hidden;
}

#recommendBox ul li img{
	width: 177px;
}

#recommendBox ul li img:hover{
	filter:alpha(opacity=70); /* IE 6,7*/
	-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
	opacity:0.7;
	zoom:1; /*IE*/
}

#recommendBox ul li a {
	text-decoration:none;
}

#recommendBox ul li a p{
  margin-bottom: 5px;
}

#recommendBoxTl {
	text-align: left;
	background-color: #f6f6f6;
	color: #333;
	padding: 5px 0px 7px 7px;
	border-radius: 0px;
	margin-bottom: 7px;
	font-size: 17px;
	font-weight: bold;
  border-left: 4px solid #fb5151;
}

#recommendPlay {
	background-color: #32acff;
	border: 1px solid #32acff;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff !important;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none !important;
	width: 100px;
	bottom: 5px;
	position: absolute;
	left: 130px;
	font-weight: normal !important;
}

#recommendPlay a{
	color: #fff !important;
	vertical-align: bottom;
}

#recommendExplain {
	color: #333 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	margin-top: 10px;
}

.recommendTitle {
	color: #333 !important;
  margin-top: 3px;
  font-weight: bold;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.recommendUpdate {
	background-color: #ff4f1e;
	color: #fff;
}

.recommendNew {
	background-color: #ffc80f;
	color: #600;
}

.recommendNew,.recommendUpdate {
	border-radius: 0px;
	display: block;
	height: 14px;
	line-height: 14px;
	margin-bottom: 3px;
	margin-left: auto;
	padding: 2px;
	text-align: center;
	width: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
}
/* <Recommend -------------------------------------------------------------------------------------------------*/


/* >Footer ---------------------------------------------------------------------------------------------------*/
#footerBox{
  width:100%;
  border-top:1px solid #d0d0d0;
  text-align:center;
  padding-top:16px;
}

#footerBox p{
  font-size:13px;
  margin-bottom:10px;
  color:#414141;
}

#footerBox p:last-child{
  margin-bottom:0px;
}

#footerBox p a{
  text-decoration:none;
  color:#1E7EBA;
}

#footerBox p small{
  margin-top:20px;
  margin-bottom:20px;
  display:block;
}
/* <Footer ---------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1024px) {
  
  #top_wrapper{
    border-bottom:none;
  }

  #top_wrapper_in{
    width: 100%;
    display: block;
  }
  
  /* >Header ---------------------------------------------------------------------------------------------------*/
  header{
    width:100%;
    border-bottom:2px solid #d0d0d0;
    margin-bottom:0px;
    height: 120px;
  }
  #headerBox{
    width:90vw;
    height:120px;
    padding-top:16px;
    justify-content: space-between;
  }
  #logoAeria{
    width:236px;
    height:96px;
    margin-top: 2px;
    margin-right: 0px;
  }
  #logoYahoo{
    width:296px;
    height:96px;
  }
  /* <Header ---------------------------------------------------------------------------------------------------*/
  
 /* >Nav ---------------------------------------------------------------------------------------------------*/
  nav{
    width: 100%;
    border-bottom:1px solid #fb5151;
    border-top:1px solid #fb5151;
    background-color: #FFFFFF;
  }
  
  #top_nav{
    margin: 0 auto;
    justify-content: space-around;
    height: 82px;    
  }

  #top_nav li{
    width: 33%;
    font-size: 28px;
    border-right: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;    
  }

  #top_nav li a{
    padding: 34px 20px 34px;
  }
  
  nav.fixed{
    position:fixed!important;
    z-index:999;
    top:0;
    left:0;
  }
  
  #slide-line{
    display: none!important;
  }
  /* <Nav ---------------------------------------------------------------------------------------------------*/

  /* >Top_contents ---------------------------------------------------------------------------------------------------*/
  #top_contents{
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  #top_bnr{
    width: 100%;
    padding-top: 1px;
  }
  
  #top_his_rec{
    width: 100%;
  }
  
  #top_bnr_in{
    width: 90vw;
    height: 100%;
    margin: 0 auto;
  }

  #top_bnr img{
    max-width: 100%;
    height: auto;
  }  


  #top_his_rec{
    width: 90vw;
    height: 100%;
    background-color: #FFFFFF;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left:none;
    padding: 5px 0 10px;
    margin: 0 auto;
    margin-bottom: 18px;
    padding-top: 180px;
    margin-top:-180px;
  }

  #top_his_rec_tl {
    background-color: #FFFFFF;
    padding: 20px 0px 24px 14px;
    border-radius: 0px;
    margin-bottom: 14px;
    font-size: 36px;
    border-left: 8px solid #fb5151;
  }

  #top_his_rec ul li{
    width: 16vw;
  }

  #top_his_rec ul li img{
    width: 100%;
    height: auto;
  }

  .historyTitle {
    margin-top: 6px;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
    height: 45px;
    line-height: 20px;
  } 
  /* <Top_contents ---------------------------------------------------------------------------------------------------*/

  #recommendBox{
    width:90vw;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    padding-top: 180px;
    margin-top:-180px;
  } 
  
  #recommendBoxIn{
    margin-bottom: 10px;
    padding-left: 0px;
  }

  #recommendGenre{
  margin-right: 0px;
}

  #recommendGenre span{
    margin-top: 21px;
    margin-right: 14px;
    font-weight: bold;
    font-size: 24px;
  }

  #genreBox::before {
    content: '';
    width: 62px;
    height: 56px;
    top: 0;
    right: 0;
    background-color: #56a0fb;
    position: absolute;
  }

  #genreBox::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-bottom: solid 4px #FFFFFF;
    border-right: solid 4px #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 20px;
    margin-top: -4px;
  }

  .select {
    height: 56px;
    padding: 2px 80px 0 12px;
    border: 2px solid #b4b3b3;
    font-size: 24px;
  }
  
  #recommendBoxList{
    padding: 0px;
  }  
  
  #recommendBox ul li{
    margin: 0px 0px 14px 0px;
    font-size: 12px;
    width: 30%;
  }
  
  #recommendBox ul li img{
    width: 100%;
    height: auto;
  }  
  
  #recommendBoxTl {
    background-color: #FFFFFF;
    padding: 20px 0px 24px 14px;
    border-radius: 0px;
    margin-bottom: 14px;
    font-size: 36px;
    border-left: 8px solid #fb5151;
  }
  
  .recommendTitle {
    margin-top: 6px;
    font-size: 26px;
    height: 46px;
    line-height: 26px;
    margin-bottom: 10px;
  } 

  /* >Footer ---------------------------------------------------------------------------------------------------*/
  #footerBox p{
    font-size:16px;
    margin-bottom:20px;
  }
  /* <Footer ---------------------------------------------------------------------------------------------------*/
  
  /* >Adjust ---------------------------------------------------------------------------------------------------*/
  .header_adjust{
    padding-top: 90px!important;
    margin-top:-90px!important;    
  }
  /* <Adjust ---------------------------------------------------------------------------------------------------*/    
  
}


@media screen and (max-width: 599px) {
  /* >Header ---------------------------------------------------------------------------------------------------*/
  header{
    border-bottom:1px solid #d0d0d0;
    height: 50px;
  }
  #headerBox{
    width:90%;
    height:50px;
    padding-top:5px;
  }
  #logoAeria{
    width:110px;
    height:48px;
  }
  #logoYahoo{ 
    width:135px;
    height:48px;
  }
  /* <Header ---------------------------------------------------------------------------------------------------*/
   /* >Nav ---------------------------------------------------------------------------------------------------*/
  #top_nav{
    height: 40px;    
  }

  #top_nav li{
    font-size: 14px;  
  }

  #top_nav li a{
    padding: 15px 10px 15px;
  }
  /* <Nav ---------------------------------------------------------------------------------------------------*/
  /* >Top_contents ---------------------------------------------------------------------------------------------------*/
  #top_bnr{
    padding-top: 2px;
  }

  #top_his_rec{
    padding-top: 92px;
    margin-top:-92px;    
  }

  #top_his_rec_tl {
    padding: 5px 0px 6px 6px;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 17px;
    border-left: 4px solid #fb5151;
  }

  #top_his_rec ul li{
    font-size: 10px;
  }

  #top_his_rec ul li a {
    text-decoration:none;
    display: block;
  }

  #top_his_rec ul li a p{
    margin-bottom: 5px;
  }

  .historyTitle {
    margin-top: 3px;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 10px;
    height: 22px;
    line-height: 10px;  
  } 
  
  /* <Top_contents ---------------------------------------------------------------------------------------------------*/

  #recommendBox{
    padding-top: 92px;
    margin-top:-92px;    
  } 

  #recommendGenre span{
    display: inline-block;
    margin-top: 5px;
    margin-right: 4px;
    font-size: 12px;
  }

  #genreBox::before {
    content: '';
    width: 28px;
    height: 23px;
    top: 0;
    right: 0;
    background-color: #56a0fb;
    position: absolute;
  }

  #genreBox::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 10px;
    margin-top: -4px;
  }

  .select {
    height: 23px;
    padding: 1px 40px 0 6px;
    border: 1px solid #b4b3b3;
    font-size: 12px;
  } 
  
  #recommendBoxTl {
    padding: 5px 0px 7px 7px;
    margin-bottom: 7px;
    font-size: 17px;
    border-left: 4px solid #fb5151;
  }
  
  .recommendTitle {
    margin-top: 3px;
    font-size: 12px;
    height: 20px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  /* >Footer ---------------------------------------------------------------------------------------------------*/
  #footerBox{
    padding-top:10px;
  }

  #footerBox p{
    font-size:12px;
    line-height: 12px;
    margin-bottom:10px;
    width: 90vw;
    margin: 0px auto 8px;
  }
  /* <Footer ---------------------------------------------------------------------------------------------------*/

  /* >Adjust ---------------------------------------------------------------------------------------------------*/
  .header_adjust{
    padding-top: 50px!important;
    margin-top:-50px!important;    
  }
  /* <Adjust ---------------------------------------------------------------------------------------------------*/  
}