


#id_ea_common_content{
  width:auto;
}

.cl_ctpl {
  width:100%;
  height:auto;
  /*visibility:hidden;*/
}

.cl_ctpl a{
  text-decoration: none;
}

.cl_ctpl a:hover {
  opacity:0.8;
}

/* ログイン */
.cl_ctpl .cl_ctpl_login_dsp {
  padding-top:10px;
  padding-bottom:10px;
}

.cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_login_dsp_inner {
  background:#FFFFFF;
  border:solid 1px #8fd9a8;
  border-radius: 20px;
  color:#000000; 
  font-weight:bold;
  display:block;
  width:480px;
}

.cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_login_dsp_inner .cl_ctpl_player_name {
  display:block;
}


.cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div{
  float:left;
  display:block;
  vertical-align:middle;
  height: 45px;
  line-height:45px;
}
.cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div:nth-child(1){
  padding-left:5px;
  padding-right:5px;
}
.cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div:nth-child(2){
  min-width:100px;
  text-align:center;
  display: block;
}

.cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div:nth-child(2) img{
  height:35px;
  vertical-align: middle;
  display: inline-block;
}
.cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div:nth-child(3){
  min-width:180px;
  text-align:center;
}


.sns_facility_box{
  margin-top:20px;
}

.cl_ctpl .cl_ctpl_top_img_outer #id_search_facility_btn {
  position:relative;
  z-index:1;
  text-align:right;
  right:30px;
  top:-170px;
}

.cl_ctpl .cl_ctpl_top_img_outer #id_search_facility_btn > a > img {
  width:180px;
  height:60px;
}

/*スライダーが1枚以下の時はこちらのstyleを適用してください*/
.slider_one{
  width: 100%;
  height: auto;
  margin: 0;padding: 0;
  text-align: center;
  background: #060803;
}

.slider_one img{
  margin: 0;
  padding: 0;
  max-width: 660px;
  width:100%;
  height:auto;
  vertical-align: bottom;
}

/*スライダー*/

.cl_ctpl .cl_slide_bloc {
  /*width:725px;
  height:325px;*/
  margin:0 auto;
  margin-top:10px;

}

.cl_ctpl .cl_slide_bloc img {
  max-width: 100%;
  height: auto;
}

.cl_slide_bloc .slick-slide {
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
 
.cl_slide_bloc .slick-slide:not(.slick-center) {
    /*-webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
    opacity:0.8;*/
}

/*グレー
.cl_slide_bloc .slick-slide:not(.slick-center):before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.8);
}
*/

.slider_box{
  position:relative;
}

.slider_box:before{
  content:"";
  position:absolute;
  width:100%;
  height:8px;
  top:0;
  background:url("../img/top/slider_r_1_pc.png"),url("../img/top/slider_r_2_pc.png");
  background-position:left top,right top;
  background-repeat:no-repeat;
  z-index:101;
}

.slider_box:after{
  content:"";
  position:absolute;
  width:100%;
  height:8px;
  bottom:0;
  background:url("../img/top/slider_r_3_pc.png"),url("../img/top/slider_r_4_pc.png");
  background-position:left top,right top;
  background-repeat:no-repeat;
  z-index:101;
}

.slick-next,
.slick-prev {
  position:absolute;
  width: 160px;
  height: 296px;
  border: 0;
  top: 0;
  z-index: 100;
  cursor:pointer;
  text-indent:-9999px;
  overflow:hidden;
  opacity:0.8;
}

.slick-next {
  right: 0;
  background:url("../img/top/slider_next_pc.png");
}
.slick-prev {
  left: 0;
  background:url("../img/top/slider_prev_pc.png");
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-next:hover,
.slick-prev:hover {
  opacity:1;
  transition:0.3s;
}

.slick-slider{
    margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    bottom: -21px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
  background:url("../img/top/slider_point.png");

  position: absolute;
  top: 0;
  left: 0;

  width: 16px;
  height: 16px;

  content: '';
  text-align: center;

  /*opacity: .25;*/
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  background:url("../img/top/slider_point.png");
  background-position:0 16px;
  /*opacity: .75;*/
  color: black;
}

/* 右サイド */
.cl_ctpl .cl_right_side_bloc {
  float:left;
  width:250px;
  margin-bottom:10px;
  display:block;
  text-align:center;
  padding-top:47px;
  background:url("../img/top/sns_bg_pc.png");
  background-size:cover;
  background-repeat:no-repeat;
  background-position:top center;
}

/* タイムライン */
.cl_ctpl .cl_ctpl_eaApp {
  width:227px;
  height:200px;
  display:block;
  margin:-4px auto 10px auto;
  background:#FFFFFF;
  overflow:auto;
}

.cl_ctpl .cl_ctpl_eaApp li {
  text-align:left;
}

/*SNSボタン*/
.sns_bloc{
  width:330px;
  height: 92px;
  float:left;
  text-align:center;
  padding-top:58px;
}

  .sns_bloc_inner{
  background:url("../img/top/sns_btn_bg.png") no-repeat;
  background-size: cover;
  } 

/*設置店舗検索*/
.cl_ctpl .cl_facility_search {
  width:237px;
  height:51px;
  background-position:0 -51px;
  margin:0 auto;
}

.cl_ctpl .cl_facility_search:hover{
  background-position:0 0;
}

/* 左ブロック */

.left_bloc{
  width:700px;
  float:left;
  margin-right:30px;
}

.right_bloc{

}

/*top用newsタイトル commonを上書きしています*/

.cl_headline .cl_headline_title{
  background:none;
}

.cl_headline .cl_headline_title .cl_headline_logo {
  position  : relative;
  left    : 5px;
  bottom  :1px;
  height  : 26px;
}

.cl_news_bloc_inner .cl_headline_hr {
  position : relative;
  top: -6px;
  border-width: 0;
  background:url("/game/nostalgia/op2/img/top/hr_line.gif");
  background-size:1px 4px;
  height: 4px;
  margin-left: 16px;
  margin-right: 16px;
}

/*
.cl_news_bloc_inner .cl_headline_hr:after {
  content:"";
  display:block;
  height:2px;
  position:absolute;
  bottom:-4px;
  width:100%;
  background:#633300;
}
*/
/* お知らせなど */


/* lazy load */
.cl_ctpl .cl_ctpl_img_news_bloc {
  padding-top:10px;
}

.cl_ctpl .cl_ctpl_img_news_bloc div {
  width:100%;
}

.cl_ctpl .cl_ctpl_img_news_bloc div img {
  width:100%;
}


/* 100% */
.cl_ctpl .cl_ctpl_width100_bloc {
  display:block;
  width:100%;
}

/* middleバナー */
.cl_ctpl .cl_ctpl_middle_banner_bloc {
  padding-left:20px;
  padding-top:15px;
}

.cl_ctpl .cl_ctpl_middle_banner_bloc div {
  float:left;
  margin-right:20px;
  margin-bottom:10px;
  width:460px;
}

.cl_ctpl .cl_ctpl_middle_banner_bloc div img {
  width:100%;
}

/* ranking */
#id_ranking_bloc {
  padding:10px;
}

#id_ranking_title_bloc {
  font-size:20px;
  font-weight:bold;
}

#id_ranking_list_bloc {
  margin-top:30px;
}

#id_ranking_list_bloc .cl_ranking_row {
  clear:both;
  padding:10px;
  border-top: solid 1px #CCCCCC;
}

#id_ranking_list_bloc .cl_ranking_row > div {
  float:left;
}

#id_ranking_list_bloc .cl_ranking_row > div:nth-child(1) {
  width:50px;
}

#id_ranking_list_bloc .cl_ranking_row > div:nth-child(2) {
  width:200px;
}

#id_ranking_list_bloc .cl_ranking_row > div:nth-child(3) {
  width:100px;
}

.cl_ranking_menu_bloc {
  
}

.cl_ranking_menu_bloc > div {
  float:left;
  padding:20px;
}

.cl_ranking_menu_bloc a:hover {
  text-decoration: underline;
}

.cl_bloc {
  margin:10px;
  padding:10px;
  border: solid 1px #0000ff;
}

.cl_ctpl .cl_right_side_bloc img.sns_title{
  width:170px;
  height:auto;
}

@media screen and (max-width: 980px) {

  .cl_ctpl .cl_slide_bloc {
    width:100%;
    height:auto;
  }
 
  .cl_slide_bloc .slick-slide {
      -webkit-transition:all 0.25s ease-in-out;
      transition:all 0.25s ease-in-out;
  }
   
  .cl_slide_bloc .slick-slide:not(.slick-center) {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }

  .slick-next {
    display:none !important;
  }
  .slick-prev {
    display:none !important;
  }

  /* 左ブロック */
  
  .left_bloc{
    width:100%;
  }

  .right_bloc{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }

  .sns_facility_box{
    width: 700px;
    margin: 10px auto 0 auto;
  }

  .sns_bloc{
   width:50%;
   background-size:cover;
  }

  .sns_bloc_inner{
    background-position:center;
  }
  
  .cl_ctpl .cl_facility_search {
    width:50%;
  }

  .cl_ctpl .cl_right_side_bloc{
    width:50%;
    background-size:contain;
  }
  
  .cl_headline .cl_headline_title .cl_headline_logo {
    position  : relative;
    height  : 26px;
  }

  .cl_news_bloc_inner .cl_headline_hr {
    position : relative;
    top: -8px;
    border-width: 0;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    background:url("/game/nostalgia/op2/img/top/hr_line.gif");
    background-size:1px 4px;
    height: 4px;
    margin-left: 16px;
    margin-right: 16px;
  }
  
  /*
  .cl_news_bloc_inner .cl_headline_hr:after {
    content:"";
    display:block;
    height:2px;
    position:absolute;
    bottom:-4px;
    width:100%;
    background:#633300;
  }
  */

  .cl_slide_bloc .slick-slide:not(.slick-center):before {
      content:"";
      width:100%;
      height:100%;
      position:absolute;
      background:rgba(0, 0, 0, 0.67);
      z-index:2;
  }

  .cl_ctpl .cl_btn_pagetop {
      right: 5px;
  }
    
  .cl_ctpl .cl_ctpl_info_bloc {
      width:100%;
      margin-bottom:10px;
  }
    
  .cl_ctpl .cl_ctpl_small_banner_bloc {
    padding-left:0px;
    padding-top:10px;
    margin:0 auto;
    width:305px;
  }
  
  .cl_ctpl .cl_ctpl_small_banner_bloc > div:nth-child(2n+1) {
    display:inline-block;
    margin-left:0px;
    margin-right:15px;
  }
  
  .cl_ctpl .cl_ctpl_small_banner_bloc > div:nth-child(2n) {
    display:inline-block;
    margin-right:0px;
    margin-left:0px;
  }
  
  
  .cl_ctpl .cl_ctpl_middle_banner_bloc {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    margin:0 auto;
    max-width:460px;
  }
  
  .cl_ctpl .cl_ctpl_middle_banner_bloc > div {
    width:100%;
  }
 
  .cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_login_dsp_inner {
    width:auto;
    margin:5px;
  }
  
  
  .cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div:nth-child(1){
    width:100%;
    height:20px;
    line-height:20px;
    text-align:center;
    padding-left:0px;
    padding-right:0px;
    border-bottom:solid 1px #8fd9a8;
    font-size:14px;
 
  }
  
  .cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div:nth-child(1):after{
    clear:both;
  }
  
  .cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div:nth-child(2){
    height:40px;
    line-height:40px;
  }
  
  .cl_ctpl .cl_ctpl_login_dsp .cl_ctpl_player_name div:nth-child(3){
    height:40px;
    line-height:40px;
    font-size:16px;
    text-align:left;
  }

  
  /*SNSボタン*/
  .sns_bloc{
    /*width:100%;
    height:auto;
    padding: 0;
    margin-top: 18px;*/
  } 

  .sns_bloc_inner{
  background-position-x:50%;
  }

  .slider_box:before{
    display:none;
  }
  
  .slider_box:after{
    display:none;
  }

}

@media screen and (max-width:700px){
  .left_bloc{
    width:100%;
    }
    
  .sns_facility_box{
    display:inine-block;
    width: 100%;
    margin: 0 auto;
  }

}

@media screen and (max-width:600px){

  .right_bloc{
    width:100%
  }

  .cl_ctpl .cl_right_side_bloc {
    width:100%;
    margin-top:10px;
    padding-top:52px;
    
    background:url("../img/top/sns_bg_1_sp.png"),
    url("../img/top/sns_bg_2_sp.png");
    
    background-repeat:
    no-repeat,
    repeat-x;
  
    background-position:
    top center,
    top center;      
  
    background-size:contain;     
  }

  /* タイムライン */
  .cl_ctpl .cl_ctpl_eaApp {
    width:auto;
    height:250px;
    display:block;
    padding:10px;
    background:#FFFFFF;
  }

  /*SNSボタン*/
  .sns_bloc{
    width:100%;
    height:auto;
    padding: 0;
    margin-top: 34px;
  } 

  .sns_bloc_inner{
  background-position-x:50%;
  background-size: contain;
  }

  .cl_ctpl .cl_right_side_bloc img.sns_title{
    width:170px;
    height:auto;
  }

}

@media screen and (max-width:480px){

  .cl_slide_bloc .slick-slide:not(.slick-center):before {
    content:"";
    display:none;
  }

}



