@charset "UTF-8";

/* ----------------- カテゴリ別 -------------------- */

/* -----------------
 common
-------------------- */

#game_top #wrapper,
#game_sub #wrapper,
#game_news #wrapper{
  padding-top: 60px;
}
#game #gnav_list_wgu li#gnav_wgu_04_li::after,
#game_top #gnav_list_wgu li#gnav_wgu_04_li::after,
#game_sub #gnav_list_wgu li#gnav_wgu_04_li::after{
  transform: scale(1, 1);
}
#game #fixed_nav_wgu_list li#fixed_nav_wgu_04_li::after,
#game_top #fixed_nav_wgu_list li#fixed_nav_wgu_04_li::after,
#game_sub #fixed_nav_wgu_list li#fixed_nav_wgu_04_li::after{
  transform: scale(1, 1);
}

#header_game_sp{
  display: none;
}

#header_game_pc{
  width:100%;
  height:60px;
  margin:0;
  padding:0;
  position:fixed;
  left:0;
  top:0;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-sizing:border-box;
}
#btn_menu_game_sp,
#gnav_game_sp_colse_btn{
  display:none;
}
#logo_game{
  width:170px;
  position:absolute;
  left:15px;
  top:8px;
  z-index: 10;
  margin:0;
  padding:0;
  font-size: 1px;
  line-height: 0;
}
#logo_game img{
  width:100%;
}

#gnav_game{
  height:59px;
  float:right;
}
#gnav_game_list{
  height:59px;
  margin:0;
  padding:0;
  list-style:none;
}
#gnav_game_list li{
  margin:0;
  padding:0;
  font-size: 13px;
  line-height: 1em;
  font-weight: bold;
  float:left;
  box-sizing:border-box;
  text-align: center;
}
#gnav_game_list li a{
  width:195px;
  height:59px;
  margin:0;
  padding-top:25px;
  color:#00a0c6;
  background-color: #eee;
  border-left: 1px solid #fff;
  display: inline-block;
  box-sizing:border-box;
  transition:0.6s ease all;
}
#gnav_game_list li a:hover{
  color:#fff;
  background-color: #00a0c6;
  text-decoration: none;
}

#gnav_game_list li .gnav_sub_wgu{
  width:100%;
  position:absolute;
  left:0;
  top:59px;
  padding:0;
  z-index: 10;
  display: none;
  background-color: #00a0c6;
}
#gnav_game_list li .gnav_sub_wgu .layout_gnav_sub{
  width:1000px;
  margin:0 auto;
  position: relative;
}
#gnav_game_list li .gnav_sub_wgu ul{
  margin: 0;
  padding:40px 0 20px;
  font-size:14px;
  line-height:1.2em;
  letter-spacing: -0.4em;
  list-style:none;
  text-align: left;
}
#gnav_game_list li .gnav_sub_wgu ul li{
  margin:0 50px 20px 0;
  padding:0 ;
  text-indent:0;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  float:none;
}
#gnav_game_list li .gnav_sub_wgu ul li a{
  color:#fff;
  text-decoration: none;
  width:auto;
  height:auto;
  padding-top:0;
  background-color: #00a0c6;
  border-left: none;
}
#gnav_game_list li .gnav_sub_wgu ul li a:hover{
  text-decoration: underline;
}
#gnav_game_list li .gnav_sub_wgu ul li i{
  color:#e7174a;
  margin-right:5px;
}

#sub_nav_game_pc{
  width:100%;
  height:60px;
  margin:0;
  background: #00a0c6;
}
#sub_nav_game_pc .layout{
  text-align: center;
}

#sub_nav_game_pc ul{
  margin:0 auto;
  padding:0;
  list-style:none;
  font-size:15px;
  line-height:1em;
  letter-spacing: -0.4em;
  text-align: center;
}
#sub_nav_game_pc ul li{
  margin:0 1em;
  padding:0;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  color:#fff;
  transition: 1s;
}
#sub_nav_game_pc ul li.active a{
  background-color: #e7174a;
}
#sub_nav_game_pc ul li a{
  height:60px;
  padding:22px 1em 0;
  display: block;
  color:#fff;
  text-decoration: none;
  box-sizing:border-box;
}
#sub_nav_game_pc ul li:hover,
#sub_nav_game_pc ul li a:hover{
  height:60px;
  color:#fff;
  text-decoration: none;
  cursor: pointer;
  box-sizing:border-box;
  background-color: #e7174a;
  transition: 1s;
}

#sub_nav_game_pc ul li ul {
  width:120px;
  height: 0;
  margin: 0 0 0 1em;
  padding: 0;
  list-style: none;
  position: absolute;
  top:60px;
  left: -1em;
  z-index: 100;
  text-align: center;
}
#sub_nav_game_pc ul li ul li {
  width:120px;
  height: 0;
  margin:0;
  padding:0;
  overflow: hidden;
  display: block;
  border-top:1px solid #fff;
  transition: 1s;
}
#sub_nav_game_pc ul li:hover ul li {
  height: 50px;
  margin:0;
  padding: 0;
  text-decoration:none !important;
  box-sizing:border-box;
}

#sub_nav_game_pc ul li ul li a{
  padding: 17px 0;
  background: #9687b2;
  font-size: 13px;
  color:#fff;
  text-decoration:none;
  opacity:0.95;
  display: block;
}
#sub_nav_game_pc ul li.active ul li a{
  background: #9687b2;
}
#sub_nav_game_pc ul li ul li a:hover{
  text-decoration:none !important;
}
#sub_nav_game_pc ul li.active ul li a:hover{
  background-color: #e7174a;
}

#sub_nav_game_sp{
  display: none;
}

/* -----------------
 sub
-------------------- */

#mainimg_game_sub{
  width:100%;
  height:330px;
  margin:0;
  position: relative;
  background-size: cover!important;
}
#mainimg_game_sub img{
  display: none;
}
/*------ UPDATE h2　2019/11/04 ----------
  OLD:padding-top:145px !important;
  NEW:padding-top:60px  !important;
---------------------------------*/
#mainimg_game_sub h2{
  padding-top:60px !important;
}

#game_sub #topic_path{
  padding-top:20px !important;
}

#game_sub h3{
  padding-top: 50px;
}
#game_sub h3:first-child {
  padding-top: 0px;
}
#game_sub p{
  font-size:93.5%;
  line-height:2em;
}
#game_sub .block_game_text_center{
  margin:0 0 50px;
  text-align: center;
}
#game_sub .block_game_text_left{
  margin:0 0 50px;
  text-align: left;
}


/* -----------------
 index
-------------------- */

#mainimg_game_top{
  width:100%;
  height:650px;
  margin:0;
  background-size: cover!important;
}
/*------ UPDATE h2　2019/11/04 ----------
  OLD:padding-top:301px !important;
  NEW:padding-top:1px !important;
---------------------------------*/

#mainimg_game_top h2{
  font-size: 300% !important;
  padding-top:1px !important;
}

h3#h3_game_top{
  margin: 0 auto 50px;
  padding:60px 0 0;
  font-size: 163%;
  line-height: 1.2em;
  text-align: center;
  color:#00a0c6;
  background:none;
}

#block_game_top{
  margin:0 0 100px;
}
#block_game_top_topics{
  margin:0;
}
a .game_top_box{
  width:310px;
  height:100px;
  margin:0 35px 40px 0;
  float:left;
}
a:nth-of-type(3n) .game_top_box{
  margin:0 0 40px 0;
}
a .game_top_box .thum{
  width:100px;
  height:100px;
  margin:0;
  float:left;
}
a .game_top_box .thum img{
  width:100px;
  height:100px;
}
a .game_top_box .text{
  width:210px;
  height:100px;
  margin:0;
  float:left;
  background-color: #00a0c6;
}
a .game_top_box .text p{
  height:100px;
  margin:0;
  padding:1em 2em;
  box-sizing:border-box;
  font-size: 14px;
  line-height: 1.4em;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
a .game_top_box .thum,
a .game_top_box .text{
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -ms-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
a:hover .game_top_box .thum,
a:hover .game_top_box .text{
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70 );
  opacity: 0.7;
}

#btn_game_news_list{
  margin:0 auto 100px;
  padding-top: 30px;
  text-align: center;
}

/* -----------------
 news
-------------------- */

#game_news #topic_path{
  padding-top:20px !important;
}
#game_news h3{
  padding-top: 0;
}
#game_news h3:first-child {
  padding-top: 0px;
}
#game_sub p{
  font-size:93.5%;
  line-height:2em;
}

/* -----------------
 other
-------------------- */

#game_other #topic_path{
  padding-top:20px !important;
}
#game_other h3{
  padding-top: 0;
}
#game_other h3:first-child {
  padding-top: 0px;
}
#game_sub p{
  font-size:93.5%;
  line-height:2em;
}


/* -----------------
 game_top
-------------------- */

#mainimg_area_sub{
  background-image:url(/wgu/game_assets/img/mainimg.jpg) !important;
  background-size: cover;
}

#list_btn_game_top{
  margin:0;
  padding:0;
  list-style:none;
  font-size:14px;
  line-height:1.2em;
  letter-spacing: -0.4em;
}
#list_btn_game_top li{
  width:450px;
  margin:0 0 30px 0;
  padding:0;
  letter-spacing: normal;
  vertical-align: middle;
  display:inline-block;
}
#list_btn_game_top li a.btn_normal{
  width:450px;
  height:80px;
  padding:17px 4em;
  font-size: 16px;
  line-height: 1.2em;
  vertical-align: middle;
  display:inline-block;
  box-sizing: border-box;
}

.block_common_index h3.h3_game_top{
  font-size: 22px;
  line-height:22px;
}
