@charset "UTF-8";
/* ============================================================ */
/* 共通スタイル */
/* ============================================================ */
img{
  width: 100%;
}
body{
  margin: 0;
  background: #000;
}
a:hover {
    opacity: 0.6;
    transition: all ease 200;
    transition-duration: .3s;
}
.news-wrap ul li:not(:nth-child(1)) {
     display: block; 
}

.news-wrap ul li:nth-child(n+3) {
     display: none; 
}
#youtube {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  
  z-index: -100;
  padding:0;
  opacity: 0.5;
}

/* スクロールアイコン */


.scroll-bar {
    position: absolute;
    content: '';
    background: #fff;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
    bottom: 220px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    margin-left: -3px;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
img.scroll-icon {
    width: 30px;
    text-align: center;
    display: block;
    position: absolute;
        bottom: 170px;

    left: 50%;
    margin-left: -15px;
}
img.mouse {
    width: 40px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 140px;
    left: 50%;
    margin-left: -20px;
}
/* END スクロールアイコン */


body img{
  display: block;
  margin:auto;
}

footer {
    background: #000;
    padding: 10px;
}
footer p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}

/* ============================================================ */
/* 共通スタイル END
/* ============================================================ */


/* ============================================================ */
/* PC */
/* ============================================================ */
@media screen and (min-width: 768px) {
header {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    min-height: 740px !important;
}
div#main_wrapper {
    background: url(/files/user/_/allstarweekend/img/dot.png);
    background-repeat: repeat;
    background-size: initial;
}
img.allstar_logo {
    width: 50%;
    max-width: 600px;
    text-align: center;
    position: absolute;
    top: -120px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

img.bnr-vote{
  bottom: 138px;
    position: absolute;
    right: 20px;
    width: 382px;
    z-index: 9999;
}

.contents_wrapper{
  position: relative;
}
/* NEWS */

.news-wrap li{
  margin-bottom: 10px;
}


.news-wrap li .date, .news-wrap li .txt {
    letter-spacing: 0.2em;
    color: #fff;
    line-height: 3;
}

.news-wrap table{
  color:#fff;
  display: inline-block;
}

#js-news-more{
  transition: all 0.2s;
}
#js-news-more.show{
 }
section.sc-news {
    position: absolute;
    top: 0px;
    overflow: hidden;
    width: 100%;
    /*height: 120px;*/
    left: 0;
    background: #000;
    top: -120px;
}
.news-wrap .stit {
    width: 15%;
    float: left;
    color: #fff;
    font-family: Abolition;
    letter-spacing: 0.2em;
    font-size: 40px;
    text-align: center;
    margin-top: 18px;
    border-right: 1px solid #fff;
    height: 90px;
    position: relative;
    box-sizing: border-box;
}
.news-wrap .stit:after {
    content: '新着情報';
    font-size: 14px;
    letter-spacing: 0.2em;
    position: absolute;
    font-weight: bold;
    bottom: 8px;
    left: 50%;
    margin-left: -38px;
}
.news-wrap ul {
    float: left;
    width: 72%;
    /* height: 120px; */
    padding: 0 20px;
    box-sizing: border-box;
}
.news-wrap ul li a {
    color: #fff;
    padding: 0;
    line-height: 24px;
    min-height: 24px;
}
.news-wrap ul li:nth-child(odd),
.news-wrap ul li:nth-child(even) {
  background: none;
}
div.news-more {
    float: left;
    width: 10%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
div.news-more img {
    width: 34px;
    transform: rotate(180deg);
    margin-top: 70px;
}
div.news-more:after {
    content: 'もっと見る';
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #fff;
    position: absolute;
    font-weight: bold;
    top: 30px;
    left: 50%;
    margin-left: -43px;
}
.news-wrap ul li {
    font-size: 12px;
    *zoom: 1;
}

.news-wrap ul li:after {
  content: "";
  display: table;
  clear: both;
}
.news-wrap ul li:before {
  content: "";
  display: table;
}
.news-wrap ul li a span.txt {
  text-decoration: underline;
  display: table-cell;
}


.news-wrap ul li span.date {
    font-weight: bold;
    margin-right: 20px;
    float: left;
    position: relative;
    top:-6px;

}
.news-wrap ul li span.page {
    font-size: 8px;
    border: 2px solid #fff;
    padding: 3px 9px;
    border-radius: 17px;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: top;
}

.news-wrap .more_view{
  position: absolute;
  right: 6%;
  margin-top: 40px;
}

.allstar-top .sc-news {
    -webkit-transition: 200ms all ease;
    transition: 200ms all ease;
    z-index: 99;
  }
  .allstar-top .news-wrap .stit {
    border-right: none !important;
    -webkit-transition: 200ms all ease;
    transition: 200ms all ease;
  }
  .allstar-top .news-wrap .stit.open {
    margin-top: 140px;
  }

.allstar-top .news-wrap .more_view .show{
  /*margin-top: 130px;*/
}

.allstar-top .news-wrap .news-as div{
  display: table-cell;
    width: 230px;
}

.allstar-top .news-wrap .news-jk div{
  display: table-cell;
    width: 230px;
}

  .allstar-top .news-wrap .stit + ul {
    margin-top: 20px;
    /* height: 100px; */
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: 200ms all ease;
    transition: 200ms all ease;
  }
  .allstar-top .news-wrap .stit + ul.open {
    height: 360px;
    overflow: auto;
  }
  .allstar-top .news-wrap .news-more {
    text-align: center;
    position: relative;
    -webkit-transition: 200ms all ease;
    transition: 200ms all ease;
    display: inline-block;
    left:36px;
  }
  .allstar-top .news-wrap .news-more:hover {
    opacity: 1;
  }
  .allstar-top .news-wrap .news-more:after {
    content: 'もっと見る';
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: bold;
    position: relative;
    top:-53px;

   
  }
  .allstar-top .news-wrap .news-more img {
    width: 34px;
    transform: rotate(180deg);
    margin-top: 30px;
  }

  .allstar-top .news-wrap .news-more#js-news-more.show img {
    transform: rotate(0deg);
  }
/* END NEWS */


.sc-game .inner div{
    text-align: center;
    float: left;
    width: 50%;
    height: 900px;
    vertical-align: middle;
    display: table;
}
.sc-game .inner div a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.sc-game .inner div img {
    width: 80%;
    max-width: 550px;
}
.sc-game .inner .btn-more{    
    margin: 30px auto;
    padding: 17px 8%;
    font-weight: bold;
    letter-spacing: 0.2em;
    display: inline-block;
}
.sc-game .inner .btn-as .btn-more{
    border: 2px solid #000;
    color: #000;
}
.sc-game .inner .btn-jk .btn-more{
    border: 2px solid #fff;
    color: #fff;
}
.sc-game .inner a:hover .btn-as .btn-more{    
  background: #fff;
  color: #000;
  transition: all ease 200;
  transition-duration: .3s;
}
.sc-game a:hover .btn-jk .btn-more{    
  background: #000;
  color: #fff;
  transition: all ease 200;
  transition-duration: .3s;
}
.btn-as {    
  background: rgba(255,255,255, 0.8);
  vertical-align: middle;
}
.btn-jk {
  background: url(/files/user/_/allstarweekend/img/bg-jk.png);
  background-size: cover;
}
footer p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 30px;
    letter-spacing: 0.1em;
    margin: 10px auto;
}
footer a:hover p {
  opacity: 0.6;
  transition: all ease 200;
  transition-duration: .3s;
}
}
/* ============================================================ */
/* PC END
/* ============================================================ */

/* ============================================================ */
/* SP */
/* ============================================================ */
@media screen and (max-width: 767px) {
body:before {
    background: #000;
    background: url(/files/user/_/allstarweekend/img/top-bg-movie.jpg) no-repeat center top;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
}
section {
    background: none;
}
div#main_wrapper {
    background: url(/files/user/_/allstarweekend/img/dot.png);
    background-size: initial;
    background-repeat: repeat;
}
header {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
img.allstar_logo {
    width: 250px;
    text-align: center;
    /* margin: 0 auto; */
    position: absolute;
    margin-left: -125px;
    left: 50%;
    top: 38%;
}
img.scroll-icon {
    bottom: 63px;
}

.scroll-btn .scroll-out{
  bottom:124px;
}/* 12.04で削除 */

.scroll-btn span.scroll-bar-out{
  bottom:174px;
}/* 12.04で削除 */

.scroll-bar {
    bottom: 117px;
}
img.mouse {
    width: 40px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
}

img.mouse-out{
  bottom:94px;
}/* 12.04で削除 */


img.bnr-vote{
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom:0;
}


/* TOP NEWS */
.contents_wrapper section.sc-news{
  background: rgba(0, 0, 0, 0.7);
  padding:20px;
}
.news-wrap .news-more img{
    position: relative;
    width: 27px;
    -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
.news-wrap .news-more.show img{
 
    -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
.box-news{
  padding-top: 0;
}
.news-wrap{
  margin: 0 auto;
  line-height:1.6;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.news-wrap .stit{
  margin-bottom: 10px;
    margin-top: 6px;
  text-align: center;
  font-size: 24px;
  font-family: notoB;
  letter-spacing:.2em;
  color: #fff;
}
.news-wrap ul li a{
  color: #fff;
}
.news-wrap a{
  color:#FFF;
}
.news-wrap li{
  font-size: 13px;
  background: none !important;
  padding: 10px;
}
.news-wrap li:nth-child(n + 3){display: none;}

.news-wrap ul li a {
    height: inherit;
    padding: 0;
}
.news-wrap ul li a .txt,
.news-wrap ul li  .txt {
    display: block;
}
.news-wrap ul li a .date{
    color:#fff;
  width: inherit;
}
.news-wrap li .news-as{
  display: none;
}
.news-wrap ul li span.page {
    font-weight: bold;
    width: inherit;
    border: 2px solid #fff;
    padding: 2px 20px;
    border-radius: 20px;
    font-size: 8px;
}
.news-wrap ul li .date {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    width: inherit;
    letter-spacing: 0.2em;
    font-size: 13px;
    margin-top: 2px;
}
.news-wrap .txt{
  overflow: hidden;
  clear: both;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
}
.news-wrap .game{
  display: none;
}
.news-wrap .news-more {
    margin-top: 20px;
    position: relative;
    width: 100%;
   
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}
.news-wrap .news-more:before,
.news-wrap .news-more:after{
  
  position:absolute;
  left:50%;
  top:50%;
  display: block;
  width:17px;
  border-top: 2px solid #000;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
}
.news-wrap .news-more:before{
  margin-left:-5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.news-wrap .news-more:after{
  margin-left:6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.news-wrap .news-more.show:before{
  margin-left:-5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.news-wrap .news-more.show:after{
  margin-left:6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* END TOP NEWS */

.sc-game .inner div {
    text-align: center;
    width: 100%;
    padding: 50px 0;
    vertical-align: middle;
    display: table;
    box-sizing: border-box;
}
section.sc-game .inner p.btn-more {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
    width: 64%;
    margin: 20px auto 0;
    border: 4px solid #fff;
    padding: 14px 0px;
}
section.sc-game .inner .btn-as p.btn-more {
    color: #000;
    border: 4px solid #000;
}
.btn-jk a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.btn-jk img {
    width: 80%;
    max-width: 330px;
}
.btn-as {    
  background: rgba(255,255,255, 0.8);
  vertical-align: middle;
}
.btn-jk {
  background: url(/files/user/_/allstarweekend/img/bg-jk.png);
  background-size: cover;
}
.btn-jk a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.btn-jk img {
    width: 80%;
    max-width: 440px;
}
footer p {
    width: 30px;
    margin: 0 auto;
}

#youtube{
  display: none;
}
header a img.ticket-bnr {
  width: auto;
}
header .main-catch + a{
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: red;
}
footer{
  /*margin-bottom: 68px;*/
}
}
