@charset "utf-8";
/* CSS Document */

/*
16px基準文字サイズ対応表
10px  62.5%
11px  68.75%
12px  75%
13px  81.25%
14px  87.5%
15px  93.75%
16px  100%
17px  106.25%
18px  112.5%
19px  118.75%
20px  125%
21px  131.25%
22px  137.5%
23px  143.75%
24px  150%
25px  156.25%
26px  162.5%
*/

h1, h2 {
  display:none;
}
@media screen and (min-width:900px) {
.f_8px{ font-size:8px; line-height:12px;}
.f_10px{ font-size:10px; line-height:14px;}
.f_12px{ font-size:12px; line-height:16px;}
.f_14px{ font-size:14px; line-height:18px;}
.f_16px{ font-size:16px; line-height:20px;}
.f_18px{ font-size:18px; line-height:22px;}
.f_20px{ font-size:20px; line-height:24px;}
.f_22px{ font-size:22px; line-height:26px;}
.f_24px{ font-size:24px; line-height:28px;}
.f_26px{ font-size:26px; line-height:30px;}
.f_28px{ font-size:28px; line-height:32px;}
.f_30px{ font-size:30px; line-height:34px;}
.f_32px{ font-size:32px; line-height:36px;}
.f_34px{ font-size:34px; line-height:38px;}
.f_36px{ font-size:36px; line-height:40px;}
.f_38px{ font-size:38px; line-height:42px;}
.f_40px{ font-size:40px; line-height:44px;}
.f_42px{ font-size:42px; line-height:46px;}
.f_44px{ font-size:44px; line-height:48px;}
.f_46px{ font-size:46px; line-height:50px;}
.f_48px{ font-size:48px; line-height:52px;}
}
@media screen and (max-width:899px) {
.f_8px{ font-size:1.6vw; line-height:2.8vw;}
.f_10px{ font-size:1.8vw; line-height:3.0vw;}
.f_12px{ font-size:2.0vw; line-height:3.2vw;}
.f_14px{ font-size:2.2vw; line-height:3.4vw;}
.f_16px{ font-size:2.4vw; line-height:3.6vw;}
.f_18px{ font-size:2.6vw; line-height:3.8vw;}
.f_20px{ font-size:2.8vw; line-height:4.0vw;}
.f_22px{ font-size:3.0vw; line-height:4.2vw;}
.f_24px{ font-size:3.2vw; line-height:4.4vw;}
.f_26px{ font-size:3.4vw; line-height:4.6vw;}
.f_28px{ font-size:3.6vw; line-height:4.8vw;}
.f_30px{ font-size:3.8vw; line-height:5.0vw;}
.f_32px{ font-size:4.0vw; line-height:5.2vw;}
.f_34px{ font-size:4.2vw; line-height:5.4vw;}
.f_36px{ font-size:4.4vw; line-height:5.6vw;}
.f_38px{ font-size:4.6vw; line-height:5.8vw;}
.f_40px{ font-size:4.8vw; line-height:6.0vw;}
.f_42px{ font-size:5.0vw; line-height:6.2vw;}
.f_44px{ font-size:5.2vw; line-height:6.4vw;}
.f_46px{ font-size:5.4vw; line-height:6.6vw;}
.f_48px{ font-size:5.6vw; line-height:6.8vw;}
}

/*====================================================*/
/* Mac,IE適応 */
/*====================================================*/
* html div, * html ul {
  height:1%;
}
div, ul {
  display: block;
  zoom: 1;
}
@media screen and (min-width:900px) {
.pc {
  display:block;
}
.sp {
  display:none;
}
}
@media screen and (max-width:899px) {
.pc {
  display:none;
}
.sp {
  display:block;
}
}

/*====================================================*/
/* ea_common_layout.css内修正（ヘッダーサイズ横100％） */
/*====================================================*/
@media screen and (min-width: 980px) {
.ea_common_center {
  width:100%;
  margin: 0 auto;
}
}

/*====================================================*/
/* サイト各ページ 共通部分 */
/*====================================================*/
html {
  width:100%;
  height:100%;
}
body {
  width:100%;
  height:100%;
  /*min-width:980px;*/
  line-height:20px;
  background-color:#FFFFFF;
  word-break:break-all;
  word-wrap:break-word;
  margin: 0;
  padding: 0;
  color: #000000;
  font:75%/1.3 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Verdana, Helvetica, sans-serif;
}
div {
  word-break: break-all;
  word-wrap: break-word;
}
ul {
  list-style:none;
}
ul, ol, dl, form, input {
  padding: 0;
  margin: 0;
}
p {
  margin-top: 0;
  padding-right: auto;
  padding-left: auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding-right: auto;
  padding-left: auto;
}
div:after, ul:after {
  content:"";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
}
* html div, * html ul {
  display:inline-block;
}
img {
  vertical-align: bottom;
}
li {
  list-style: none;
}
/* clearfix */
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
}
a {
  outline:none;
  color:#000;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  padding:0;
  margin:0;
  border:0;
  vertical-align:bottom;
  vertical-align:bottom;
}

@media screen and (min-width: 900px) {
.page-wrap {
  float: left;
  width: 100%;
  transition: width 0.3s ease;
} 
} 
@media screen and (max-width: 899px) {
.page-wrap {
  float: none;
  width: 100%;
  transition: width 0.3s ease;
} 
} 

/*
================================================================================================================
 COMMON
================================================================================================================
*/
/*PCサイズのみ有効な改行*/
br.pc {
  display:block;
}
/*SPサイズのみ有効な改行*/
br.sp {
  display:none;
}

/*PC/SPサイズ非表示指定*/
@media screen and (max-width:899px) {
br.pc {
  display:none;
}
br.sp {
  display:block;
}
}

/* Body横幅制御  */
@media screen and (min-width:900px) {
body {
  /*min-width: 980px;*/
}
}
@media screen and (max-width:899px) {
body {
  /*min-width: 320px;*/
}
}
/*
================================================================================================================
 背景指定
================================================================================================================
*/
#bg01 {
  width:100%;
  height:100%;
  margin:0px;
  position: fixed;
  background: url(../images/bg/bg01.jpg) no-repeat top center fixed;
  background-size: cover;
  background-color: rgba(204,255,255,1.0);
  z-index:-1;
}
@media screen and (max-width:899px) {#bg01 {margin-top:-50px;}}

/* コンテンツ内全体 */
.contents_elia {
  width:100%;
  max-width:1200px;
  /*min-width: 980px;*/
  height:100%;
  min-height:100px;
  background-color: rgba(030,030,030,0.0);
  color: #000000;
  position: relative;
  padding:15px;
  margin:0px auto;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
#container {
  background:none;
}
 @media screen and (max-width:899px) {
.contents_elia {
  /*min-width:320px;*/
  padding:0 1%;
  display: block;
  display: -moz-block;
  display: -o-block;
  display: -webkit-block;
  display: -ms-block;
}
}

/*ページフェードイン*/
#shutter_bg {
    width: 100%;
    height: auto;
    background-color: #FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
}

/*
================================================================================================================
 メイン画像バナーエリア
================================================================================================================
*/
#container_top {
  width:100%;
  height:auto;
  background-color: transparent;
}

#main_banner_all {
  position: relative;
  background-color: transparent;
}
.ea_content_center {
  background-color: transparent;
}
/*内容表示エリア*/
#contents {
  width:calc(100% - 20px);
  width:-moz-calc(100% - 20px);
  width:-webkit-calc(100% - 20px);
  max-width:980px;
  position:relative;
  z-index:10;
  margin:0 auto;
  padding-top:150px;
  color:#FFF;
}


/*
================================================================================================================
 グローバルメニュー
================================================================================================================
*/

/*グローバルメニュー設定エリア*/
#wrap {
  width:100%;
  min-height:140px;
  margin:0px;
  padding:0;
  position: absolute;
  background-color: transparent;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*ポップアップメニューテキストリンクカラー*/
#pc_menu_area ul a li {
  color:#FFF;
}
#sp_menu_area ul a li {
  color:#FFF;
}
 @media screen and (min-width:900px) {
 /*#wrap {min-width:980px;}*/
}
@media screen and (max-width:899px) {
 /*#wrap {
  min-width:320px;
  width:100%;
  min-height:600px;
}*/

}
/*メニュー全体wrap*/
#Gmenu {
  width:100%;
}
#Gmenu.is-fixed{position:fixed;top:0;z-index:100;}
#swich {
  width:100%;
  position: relative;
  top:0px;
  z-index:90;
}
#pc_menu_area {
  display:block;
}
#sp_menu_area {
  display:none;
}
.menufixed {
  position: fixed;
  top: 0;
  z-index:900;
}
#menu_set {
  height:140px;
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;  
  background-image: url(../images/common/menu_bg.jpg);
  background-repeat:repeat-x;
  background-position:top center;
  border-bottom:#292929 solid 1px;
}
#menu_set:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width:900px) {
#Gmenu {position:relative;}
#menu_bg01 {display: none;}
}
@media screen and (max-width:899px) {
#Gmenu {position:absolute;}
#menu_bg01 {
  display: block;
  height:100px;
  width:100%;
  margin-top: 320px;
    /*min-width:980px;*/
  background-image: url(../images/common/menu_bg.png);
  background-repeat:repeat-x;
  background-position:top center;
  border-bottom:#292929 solid 1px;
  position: absolute;
}
}
@media screen and (max-width:599px) {
#menu_bg01 {
  display: block;
  height:100px;
  width:100%;
  margin-top: 260px;
    /*min-width:980px;*/
  background-image: url(../images/common/menu_bg.png);
  background-repeat:repeat-x;
  background-position:top left;
  border-bottom:#292929 solid 1px;
  position: absolute;
}
}

#worldclassic_logo {
  width:200px;
  height:70px;
  float:left;
  margin:8px 0px 0px 10px;
  cursor:pointer;
}
#worldclassic_logo img {
  height:65px;
  margin:0px;
}
ul#g_menu {
text-align:center;
  width:98%;
  max-width: 1178px;
  display:flex;
  margin:0 auto;
  height: 75px;
  background-color:rgba(153,00,00,0.0);
  /*width:calc(100% - 210px);
  width:-moz-calc(100% - 210px);
  width:-webkit-calc(100% - 210px);*/
}
ul#g_menu li {
  width:calc(100% / 5 - 10px);
  max-width: 220px;
  height: 75px;
  color:#FFF;
  text-align:center;
  text-decoration: none;
  cursor:pointer;
  margin: 2px 3px 0px;
  padding:0 38px;
  vertical-align: middle;
  outline: none;
  position: relative;
  z-index: 2;
  background-color:rgba(00,153,00,0.0);
  overflow: hidden;
  font-weight: bold;
  background:url("../images/common/pc_menu_btn_waku_l.png"),url("../images/common/pc_menu_btn_waku_r.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  box-sizing: border-box;
}

/*
ul#g_menu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;  
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
*/
ul#g_menu li.active,ul#g_menu li:hover, ul#g_menu li.active:hover {
  color:#231815;
  background:url("../images/common/pc_menu_btn_waku_act_l.png"),url("../images/common/pc_menu_btn_waku_act_r.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
}
ul#g_menu li.soon, ul#g_menu li.soon:hover, ul#g_menu li.soon:hover:after, ul#g_menu li.soon::before, ul#g_menu li.soon.active{
pointer-events: none;
  color:#ddd;
  font-weight: 400;
  text-shadow:#242 0 0 4px;
  cursor: default;
  background-color: transparent;
  background:url("../images/common/pc_menu_btn_waku_l_soon.png"),url("../images/common/pc_menu_btn_waku_r_soon.png");
  background-repeat: no-repeat;
  background-position: top left, top right;
}

/*
ul#g_menu li:hover:before,
*/

/*
ul#g_menu li:hover,
*/
ul#g_menu li:not(.soon):hover, ul#g_menu li.active {
  font-weight:bold;
}
ul#g_menu li span, ul#g_menu li.soon span:hover {
  width: 100%;
  height: 75px;
display: flex;
  justify-content: center;
  align-items: center;
}
ul#g_menu li span{
  font-weight: 600;
  background:url("../images/common/pc_menu_btn_bg_off.png");
  background-repeat:repeat-x;
  background-position:top center;
 margin:0; 
}
ul#g_menu li.active span,ul#g_menu li:hover span {
  background:url("../images/common/pc_menu_btn_bg_act.png");
}
ul#g_menu li.soon span,ul#g_menu li.soon:hover span {
  background:url("../images/common/pc_menu_btn_bg_soon.png");
}
ul#g_menu li span.line01 {
  font-size:18px;
  line-height: 18px;
}
ul#g_menu li span.line02 {
  font-size:16px;
  line-height: 16px;
}
ul#g_menu li span.line03 {
  font-size:14px;
  line-height: 14px;
}
ul#link_menu {
  width:180px;
  float:right;
  height:59px;
  margin-top:22px;
}
ul#link_menu li {
  float:left;
  width:50px;
  margin-right:8px;
  cursor:pointer;
}
ul#link_menu li img {
  vertical-align:middle;
  width:100%;
  height:auto;
}
/*eフレンドリストマーク*/
#pc_menu_area ul#rival .link_rivalfriend img {
  width:15px;
  vertical-align: middle;
  margin-right:2px;
}

 @media screen and (min-width:900px) {
#swich {
  width:100%;
  position: relative;
  top:0px;
  z-index:90;
}
#pc_menu_area {
  /*top: -20px;*/
  display:block;
  position: relative;
}
#sp_menu_area {
  display:none;
}

}
@media screen and (max-width:899px) {
#swich {
  width:100%;
  position: relative;
  top:0px;
  z-index:90;
}
#pc_menu_area {
  display:none;
}
/*SPサイズメニュー*/
#sp_menu_area {
  display:block;
  padding-top:0px;
  position: relative;
}
/*#sp_menu_area ul#g_menu{ margin-top:0px;}*/
#spmenu_swich {
  width:65px;
  height:65px;
  top:0px;
  right:0;
  cursor:pointer;
}
#spmenu_swich.active {
  width:50%;
  left:50%;
}
#sp_opcl_mark, #sp_opcl_mark span {
  display: inline-block;
  transition: all .4s;
}
#sp_opcl_mark {
  width:65px;
  height:65px;
  position: absolute;
  top:0px;
  right:0;
  z-index:110;
}#sp_opcl_mark span {
  position: absolute;
  top: 0;
  left: 13px;
  z-index:2;
  width: 39px;
  height: 2px;
  background: #FFF;
}
#sp_opcl_mark span.line01 {
  top: 17px;
}
#sp_opcl_mark span.line02 {
  top: 30px;
}
#sp_opcl_mark span.line03 {
  top: 42px;
}
#sp_opcl_mark .bg {
  width:65px;
  height:65px;
  position: absolute;
  top:0;
  right:0;
  z-index:1;
  background-color:#231815;
  border:#804000 solid 1px;
}
/*SPメニューボタンアニメ*/
#sp_opcl_mark.active span {
  background: #f2eee7;
  border:#804000 solid 1px;
}
#sp_opcl_mark.active span.line01 {
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-315deg);
}
#sp_opcl_mark.active span.line02 {
  opacity: 0;
}
#sp_opcl_mark.active span.line03 {
  -webkit-transform: translateY(-12.5px) rotate(45deg);
  transform: translateY(-12.5px) rotate(315deg);
}
#sp_opcl_mark.active .bg {
  width:65px;
  height:65px;
  position: absolute;
  top:0;
  right:0;
  z-index:1;
  background-color:#f2eee7;
}
#spmenu_logo {
  width:calc(100% -  0px);
  height:100px;
  padding:0;
  margin:10px 0;
  cursor:pointer;
  background-image: url(../images/common/fortunetrinity6_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#spmenu_logo img {
  width:100%;
  height:100px;
  cursor:pointer;
}

/*SPサブメニューボタン*/
#sp_menu_area ul.spg_menu {
  width:calc(100% + 1px);
  width:-moz-calc(100% + 1px);
  width:-webkit-calc(100% + 1px);
  position:absolute;
  top:0;
  left:0;
  z-index:100;
  background-color:#ffffbe;
  color:#FFF;
  background-image: url(../images/common/sp_menu_bg.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
}
#sp_menu_area ul.spg_menu .wrap{background-color:#666;}
#sp_menu_area ul.spg_menu li {
  float:left;
  width:50%;
  height:65px;
  padding: 0 5px;
  font-size:16px;
  background-color:#804000;
  border-top:#231815 solid 1px;
  border-right:#231815 solid 1px;
  display:table;
  text-align:center;
  cursor:pointer;
}
#sp_menu_area ul.spg_menu li.active {
  background-color:#f2eee7;
}
#sp_menu_area ul.spg_menu li.sec_btn {
  background-color: transparent;
  border-top: none;
  border-right:none;
}
/*#sp_menu_area ul.spg_menu li:hover {background-color:#CCFFCC;}*/
#sp_menu_area ul.spg_menu li.soon, #sp_menu_area ul.spg_menu ul.sp_sub li.soon, #sp_menu_area ul.spg_menu ul.sp_sub ul.sp_sub_sub li.soon{
  pointer-events: none;
  color:#ddd;
  cursor: default;
  background-color:#666;
  border-top: #231815 solid 1px;
}
#sp_menu_area ul.spg_menu li:nth-child(odd){
  border-right:#231815 solid 1px;
}
#sp_menu_area ul.spg_menu li span {
  display:table-cell;
  vertical-align:middle;
}
#sp_menu_area ul.spg_menu li.pull:after {
  display: block;
  clear: both;
  float:right;
  top:10px;
  margin:22px 10px 0 -40px;
  content: "▼";
}
#sp_menu_area ul.spg_menu li.pull {
  background-size: 12%;
}
#sp_menu_area ul.spg_menu li:not(.soon).hover{
  background-color:#FFAAAA;
  color:#600;
  border-top: #003060 solid 1px;
  border-right:#003060 solid 1px;
}
#sp_menu_area ul.spg_menu li:not(.soon).active {
  background-color:#f2eee7;
  color:#231815;
  border-top: #231815 solid 1px;
  border-right:#231815 solid 1px;
}
/*
#sp_menu_area ul.spg_menu li.hover,#sp_menu_area ul.spg_menu li.active{ background-color:#fcfcfe;color:#000;}
*/

#sp_menu_area ul.sp_sub {
  clear:both;
  width:100%;
}
#sp_menu_area ul.sp_sub:after {
  content: "";
  display: block;
  clear: both;
}
#sp_menu_area ul.sp_sub li {
  float:left;
  width:50%;
  height:65px;
  font-size: 12.5px;
  background-color:#FFC;
  color:#231815;
  border-top: #003060 solid 1px;
  border-right:#003060 solid 1px;
  padding:0px 2px;
}
#sp_menu_area ul.sp_sub_sub li .soon{
  background-color:#CCFFCC;
  color:#090;
  border-top: #003060 solid 1px;
  border-right:#003060 solid 1px;
}
#sp_menu_area ul.sp_sub li:nth-child(odd) {
  border-right:#003060 solid 1px;
}
#sp_menu_area ul.sp_sub li:nth-child(even) {
  border-right:#003060 solid 1px;
}

/*SPサブメニューのサブメニューボタン*/
.spg_menu ul.howto, .spg_menu ul.ranking {
  width:calc(100% + 1px);
  width:-moz-calc(100% + 1px);
  width:-webkit-calc(100% + 1px);
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  color:#FFF;
}
.spg_menu ul.howto li, .spg_menu ul.ranking li {
  float:left;
  width:50%;
  height:65px;
  font-size:16px;
  display:table;
  text-align:center;
  cursor:pointer;
}
.spg_menu ul.howto li.soon, .spg_menu ul.ranking li.soon {
  color:#999;
  cursor: default;
}
.spg_menu ul.howto li span, .spg_menu ul.ranking li span {
  display:table-cell;
  vertical-align:middle;
}
#sp_menu_area ul.spg_menu li.pull_sub:after {
  display: block;
  clear: both;
  float:right;
  top:10px;
  margin:15px 10px 0 -40px;
  content: "▼";
}
#sp_menu_area ul.spg_menu li.pull_sub {
  background-color:#ECF5FF; color:#069;
}
#sp_menu_area ul.spg_menu li.pull_sub:hover {background-color:#FFAAAA; color:#600;}
#sp_menu_area ul.spg_menu li.pull_sub.active{background-color:#FFCCCC; color:#600;}
.spg_menu ul.howto li:not(.soon).active, .spg_menu ul.ranking  li:not(.soon).active {
  background-color:#CCFFCC;
  color:#090;
  border-top: #003060 solid 1px;
  border-right:#003060 solid 1px;
}

.spg_menu ul.howto li:not(.soon).hover, .spg_menu ul.ranking  li:not(.soon).hover {
  background-color:#CCFFCC;
  color:#090;
  border-top: #009900 solid 1px;
  border-right:#009900 solid 1px;
}
/*
#sp_menu_area ul.spg_menu li.hover,#sp_menu_area ul.spg_menu li.active{ background-color:#fcfcfe;color:#000;}
*/

#sp_menu_area ul.sp_sub_sub {
  clear:both;
  width:100%;
}
#sp_menu_area ul.sp_sub_sub:after {
  content: "";
  display: block;
  clear: both;
}
#sp_menu_area ul.sp_sub_sub li {
  float:left;
  width:50%;
  height:65px;
  font-size: 12.5px;
  background-color:#FFEEEE;
  border-top: #003060 solid 1px;
  border-right:#003060 solid 1px;
  padding:0px 10px;
  color:#600;
}
#sp_menu_area ul.sp_sub_sub li:not(.soon).hover{
  background-color:#FFAAAA;
  color:#900;
  border-top: #003060 solid 1px;
  border-right:#003060 solid 1px;
}

#sp_menu_area ul.sp_sub_sub li:nth-child(odd) {
  border-right:#003060 solid 1px;
}
#sp_menu_area ul.sp_sub_sub li:nth-child(even) {
  border-right:none;
}




#sp_menu_area #sp_link_menu {
  clear:both;
  width:100%;
  padding:20px 0 0 0;
  border-top: #003060 solid 1px;
}
#sp_menu_area #sp_link_menu ul {
  width:98%;
  height:65px;
  margin:0 auto;
}
#sp_menu_area #sp_link_menu ul li {
  float:left;
  width:46%;
  margin:0 2%;
  cursor:pointer;
  border:none;
}
#sp_menu_area #sp_link_menu ul li:hover {
  background:none;
}

}
/*
================================================================================================================
 サブメニュー
================================================================================================================
*/

#sub_menuset {
  width:100%;
  background-color: rgba(000,000,000,0.60);
}
#sub_menuset ul {
  display:flex;
  justify-content: center;
  width:98%;
  max-width:1160px;
  height:auto;
  margin:0 auto;
  padding-bottom:3px;
}
#sub_menuset ul li {
  display:table;
  height:40px;
  float:left;
  text-align:center;
  font-size:14px;
  cursor:pointer;
  color:#211711;
  margin:2px;
  background-color: rgba(255,240,156,0.90);
}
#sub_menuset ul li:hover {
  color:#FF0;
  background-color: rgba(255,100,100,0.90);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#sub_menuset ul li.active {
  color:#FFF;
  background-color: rgba(255,100,100,0.60);
}
#sub_menuset ul li span {
  display:table-cell;
  vertical-align:middle;
  z-index:999;
}
#sub_menuset ul#ranking li {
  width:calc(99.9% / 6 - 4px);
  width:-moz-calc(99.9% / 6 - 4px);
  width:-webkit-calc(99.9% / 6 - 4px);
}
#sub_menuset ul#howto li {
  width:calc(99.9% / 4 - 4px);
  width:-moz-calc(99.9% / 4 - 4px);
  width:-webkit-calc(99.9% / 4 - 4px);
}

#sub_menuset ul#epass li {
  width:calc(99.9% / 2 - 4px);
  width:-moz-calc(99.9% / 2 - 4px);
  width:-webkit-calc(99.9% / 2 - 4px);
}
#sub_menuset ul#download li {
  width:calc(99.9% / 6 - 4px);
  width:-moz-calc(99.9% / 6 - 4px);
  width:-webkit-calc(99.9% / 6 - 4px);
}

.comingsoon{
  position: absolute;
  width: calc(100% - 20px); 
  height: 49px;
  margin: 8px 10px;
  background-image: url("../images/common/comingsoon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 140px;
}

@media screen and (max-width:899px) {
.comingsoon{
  position: absolute;
  width: calc(100% - 64px); 
  height: 64px;
  margin: 0px;
  background-image: url("../images/common/comingsoon.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size:160px;
}
}

/*
================================================================================================================
 リンクボタン/プレイデータのレイアウト
================================================================================================================
*/
.link_eria{margin-top:82px; width:100%; position: absolute;}

/*
================================================================================================================
 リンクボタン（商品紹介サイト・お問い合わせ）
================================================================================================================
*/

/* 上部レイアウト */
.contents_link {
  position: relative;
  width:98%;
  max-width: 1170px;
  /*min-width: 960px;*/
  margin: 0px auto;
}

/* 上部レイアウト右上ボタン 開始 */
@media screen and (min-width:900px) {
.top_information {
  display:block;
}
}
@media screen and (max-width:899px) {
.top_information {
  display:none;
}
.top_info_button {
  box-shadow:#D0F8F7 0px 0px 10px;
}
}
.top_information {
  position: absolute;
  width: 320px;
  top: 10px;
  right: 0px;
  height: 30px;
}
.top_information ul {
  width: 100%;
  margin:0;
  padding: 0;
  position: relative;
  height: 30px;
}
.top_information ul li {
  width: 48%;
  margin:0 0% 0 1%;
  padding: 0;
  left: 0px;
  height: 30px;
  display: inline-block;
}
.top_info_button {
  display: inline-block;
  width: 100%;
  height: 46px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #231815;
  border: 1px solid #804000;
  color:#FFF;
  overflow: hidden;
  border-radius:6px;
  font-size:14px;
  font-weight:bold;
  font-weight:bold;
}
.top_info_button::before, .top_info_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.top_info_button, .top_info_button::before, .top_info_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top_info_button:hover {
  color:#804000;
}
.top_info_button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.top_info_button:hover::after {
  background: #ffc;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius:3px;
}
/*
================================================================================================================
 e-amusement プレイデータ（コミュニティニックネーム・オーナー名）
================================================================================================================
*/
.eagate_width {
  position: relative;
  width:100%;
  max-width: 1200px;
  /*min-width: 980px;*/
  margin: 0px auto;
}
 @media screen and (min-width:900px) {
.eagate_menu {
  height:56px;
  width:64%;
  /*min-width: 640px;*/
  position:relative;
}
}
@media screen and (max-width:899px) {
.eagate_menu {
  width:100%;
  height:60px;
  position:relative;
}
}
@media screen and (max-width:499px) {
.eagate_menu {
  width:100%;
  /*height:80px;*/
  position:relative;
}
}
.eagate_menu {
  overflow: hidden;
}
.eagate_menu_L {
  border:solid 1px #804000;
  border-radius:6px;
  background-color:#f2eee7;
  overflow:hidden;
  z-index: 3;
}
.eagate_menu_L:hover {
  border:solid 1px #804000;
  border-radius:6px;
  background-color:#FFC;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.eagate_menu_L a.commu_name {
  position:absolute;
  width:100%;
  display:block;
  overflow:hidden;
  padding-top: 44px;
}
.eagate_menu_R {
  border:solid 1px #99F;
  border-radius:6px;
  background-color:#CFF;
  margin-left:53%;
  margin-top:10px;
  overflow:hidden;
  z-index: 3;
}
.eagate_menu_R:hover {
  border:solid 1px #CC6;
  border-radius:6px;
  background-color:#FFC;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.eagate_menu_R a.player_name {
  position:absolute;
  width:100%;
  display:block;
  overflow:hidden;
  padding-top: 44px;
}
.eagate_menu .name_text_table {
  position:absolute;
  left:42%;
  width:56%;
  text-align:center;
  color:#000000;
  font-size:14px;
  height:44px;
}
@media screen and (max-width:899px) {
.eagate_menu .name_text_table {
  position:absolute;
  left:36%;
  width:62%;
  text-align:center;
  color:#000000;
  font-size:14px;
  height:44px;
}
}
@media screen and (max-width:599px) {
.eagate_menu .name_text_table {
  position:absolute;
  left:42%;
  width:56%;
  text-align:center;
  color:#000000;
  font-size:14px;
  height:44px;
}
}
.eagate_menu .name_text_table td {
  vertical-align:middle;
  font-weight:bold;
  border:none;
}
 @media screen and (min-width:900px) {
.eagate_menu_L {
  position:absolute;
  width:68%;
  height:46px;
  margin-left:2%;
  margin-top:10px;
}
}
@media screen and (max-width:899px) {
.eagate_menu_L {
  position:absolute;
  width:94%;
  height:46px;
  margin-left:3%;
  margin-top:14px;
}
}
@media screen and (max-width:599px) {
.eagate_menu_L {
  position:absolute;
  width:94%;
  height:46px;
  margin-left:3%;
  margin-top:10px;
}
}
 @media screen and (min-width:900px) {
.eagate_menu_R {
  position:relative;
  width:48%;
  height:46px;
  margin-left:52%;
  margin-top:10px;
}
}
@media screen and (max-width:899px) {
.eagate_menu_R {
  position:absolute;
  width:48%;
  height:46px;
  margin-left:50%;
  margin-top:10px;
}
}
@media screen and (max-width:599px) {
.eagate_menu_R {
  position:absolute;
  width:94%;
  height:26px;
  margin-left:3%;
  margin-top:40px;
}
}
.menu_com_name {
  position:absolute;
  width:26%;
  height:46px;
  text-align:center;
  top:0px;
  left:0;
  padding:0;
  background-image: url(../images/common/e_amuse_com_name.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}
@media screen and (max-width:599px) {
.menu_com_name {
  position:absolute;
  width:26%;
  height:46px;
  text-align:center;
  top:0px;
  left:0;
  padding:0;
  background-image: url(../images/common/e_amuse_com_name.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}
}
.menu_com_name img {
  width:100%;
}
.menu_owner_name {
  position:absolute;
  width:50%;
  height:46px;
  text-align:center;
  top:0px;
  left:0;
  padding:0;
  background-image: url(../images/common/e_amuse_owner_name.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}
.menu_owner_name img {
  width:100%;
}
.menu_img_box {
  position:absolute;
  width:100%;
  max-width:46px;
  height:100%;
  max-height:44px;
  background:#BBB;
  text-align:center;
  top:0px;
  left:30%;
  padding:2px 0 0 0;
}
 @media screen and (max-width:899px) {
.menu_img_box {
  position:absolute;
  width:100%;
  max-width:46px;
  height:100%;
  max-height:44px;
  background:#BBB;
  text-align:center;
  top:0px;
  left:26%;
  padding:2px 0 0 0;
}
}
.menu_img_box img {
  width:100%;
  max-width:40px;
  height:100%;
  max-height:40px;
}
.eagate_menu_sp, .swich_sp {
  background:transparent;
}

/*
================================================================================================================
 トップへ戻る
================================================================================================================
*/
@media screen and (min-width:900px) {
#page-top {
  position:fixed;
  bottom:30px;
  right:20px;
  font-size:12px;
  z-index:9999;
  display:none;
}
#page-top span {
  font-size:20px;
}
#page-top a {
  background-color:rgba(00,153,00,0.8);
  text-decoration:none;
  color:#FFF;
  width:54px;
  padding:5px 8px 5px 8px;
  text-align:center;
  line-height:14px;
  display:block;
  border-radius:30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
}
#page-top a:hover {
  text-decoration:none;
  background-color:rgba(204,255,204,1.0);
  color:#090;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
}
@media screen and (max-width:899px) {
#page-top {
  position:fixed;
  bottom:10px;
  right:10px;
  font-size:10px;
  z-index:9999;
  display:none;
}
#page-top span {
  font-size:16px;
}
#page-top a {
  background-color:rgba(00,153,00,0.8);
  text-decoration:none;
  color:#FFF;
  width:44px;
  padding:6px 6px 6px 4px;
  text-align:center;
  line-height:10px;
  display:block;
  border-radius:26px;
  -webkit-border-radius:26px;
  -moz-border-radius:26px;
}
#page-top a:hover {
  text-decoration:none;
  background-color:rgba(204,255,204,1.0);
  color:#090;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
}
