@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}


 .zoom_normal{
  position: relative;
  height: auto;
  display: inline-block;
 }


*{
  padding: 0;
  margin: 0;
}

.img120{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.img160{
  max-width: 1600px;
}

.img140{
  max-width: 1400px;
}


.img470{
  max-width: 300px;
  padding-bottom: 2rem;
}

.btn_gu{
  margin:  0 auto;
  width: 45%;
  padding-top: 3rem;
}

.btn_gu a{
  display: block;
}

.pad_sec{
  text-align: center;
  padding: 0 10.846154vw;
}

.sec_secopad{
  padding: 0 2.846154vw;
}

.btn_list ul{
  display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: 0 auto;
}

.btn_list ul li{
  padding-right: 1rem;
}

.btn_list ul li:last-child{
  padding-right: 0;
}

.btn_list ul li img{
  width: 100%;
}

.name_winnerlist{
  max-width: 165px;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.pize_listwrap{
  display: flex;
  justify-content: space-between;
}

.pize_listwrap ul:first-child{
  padding-right: 6%;
}

.name_fix {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
}

.name_list{
  color: #fff;
}

.name_list li{
  font-size: 33px;
}

.pize_listwrap{
  padding-bottom: 6rem;
}

.name_sub{
  padding: 1rem 0;
}

.head_sec{
  max-width: 600px;
  padding-bottom: 4rem;
}
.name_bom{
  font-size: 35px;
}

.name_fix li{
  color: #fff;
  font-size: 47px;
  display: inline;
}

.head_lis{
  max-width: 300px;
}

.scr-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1s, transform 1s;
}

.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.main_wap::after{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./../img_re/bg.png);
  background-position: top center;
  
}

.best_wrap ul{
  padding-top: 2.5rem;
  padding-bottom: 10rem;
}

.sub_link a{
  font-size: 25px;
  color: #86c1fe !important;
}

.list_link a{
  color: #86c1fe !important;
  font-size: 35px;
  padding-left: 1rem;
}

.sub_link::after{
  content: "";
  background: url(./../img_re/icon_link.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
}
.list_link::after{
  content: "";
  background: url(./../img_re/icon_link.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
}

.head_all{
  padding: 2rem 0;
}

.pa20{
  padding-top: 5rem;
}

.pa30{
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.tem_ab{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.dow_btn{
  display: block;
  width: 100%;
  padding: 13% 0 2% 0;
  width: 45%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}



.pobp{
 width: 100%;
 position: relative;
 padding: 0 0 2% 0;
 max-width: 1200px;
 margin: 0 auto;
}

.re_bo{
  width: 100%;
}

.twitter-link{
  padding-top: 1rem;
  z-index: 2;
  background: url(./../img_re/twitter.png) no-repeat;
  background-size: contain;
  position: sticky;
  display: block;
  width: 116px;
  height: 132px;
  left: calc(100vw - 7em);
  top: calc(13rem - 7em);
}

.twitter-link a{
  width: 116px;
  height: 132px;
  display: block;
}

.btn_pobo{
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.lb-next{
  right: -8%;
}

.lb-prev{
  left: -8%;
}

.lb-closeContainer {
  position: absolute;
  top: -35px;
  right: 9%;
  color: #fff;
  font-weight: bold;
}
.lb-closeContainer .lb-close {
  display: block;
  float: right;
  height: 24px;
  background-size: contain;
  text-align: right;
  outline: none;
}
.lb-closeContainer .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

.btn_list ul li a{
  height: auto;
  display: inline-block;
}

.nav_color a{
  color: #86c1fe !important;
}

.lb-number{
  display: none !important;
}

.zoom_img{
  position: relative;
  width: 100%;
  height: auto;
  max-width: 475px;
}

.zoom_img a{
  height: auto;
  display: inline-block;
}

.zoom_img::before,.zoom_normal::before{
  content: "";
  background: url(./../img_re/icon_zoom.png) no-repeat;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 3px;
  right: 3px;
  background-size: contain;
  opacity: 1;
}

.zoom_img:hover::before,.zoom_normal:hover::before{
  content: "";
  background: url(./../img_re/icon_zoom_hover.png) no-repeat;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 3px;
  right: 3px;
  background-size: contain;
  opacity: 0.8;
  transition: ease 0.3s; 
}

a {
  text-decoration: none;
  transition: ease 0.3s; 
}

ul {
  padding-left: 0; 
}

li {
  list-style-type: none; 
}

img {
  pointer-events: none; 
  width: 100%;
}

#wrapper {

}

.top-img {
  margin-top: 0px; 
}
  .top-img img {
    width: 100%; 
  }

#inner {
  width: 1920px;
  margin: 0 auto 0px;
  position: relative; 
}

.game-link {
  width: 238px;
  height: 238px;
  background: url(./../img_re/site-link_off.png) 0 0 no-repeat;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}

.game-link:hover {
  background: url(./../img_re/site-link_on.png) 0 0 no-repeat;
  transition: all 0.3s;
}

.game-link a {
  width: 238px;
  height: 238px;
  display: block;
}

.game-link-deco {
  position: fixed;
  bottom: 0;
  right: 183px;
  z-index: 101;
}

#link01 {
  text-indent: 9999;
}

section {
  text-align: center;
  width: 100%;
  padding: 0 0 0;
}

.pa{
  padding-top: 70px;
}

.event-bg {
  background: rgba(13,84,138,0.7);
  color: white;
  padding: 100px 60px;
  width: calc(100% - 120px);
  margin: 0 auto 180px;
  border-radius: 15px;
  max-width: 1400px;
}

.event-bg-short {
  background: rgba(13,84,138,0.7);
  color: white;
  padding: 100px 60px;
  width: calc(100% - 120px);
  margin-bottom: 180px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 150%;
}

.attention-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.attention {
  position: relative;
  font-weight: bold;
  margin-left: 37px;
  max-width: 1200px;
}

.attention:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(./../img_re/attention-icon.png) 0 0 no-repeat;
  position: absolute;
  top: -10px;
  left: -45px; 
}

.attention-list {
  line-height: 150%;  
  margin-left: 62px;
}

.attention-list li {
  list-style-type: disc; 
}

footer {
  width: 100%;
  height: 69px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; 
  font-family: "meiryo ui";
  font-size: 0.9rem;
  color: #ffffff
}

/*nav*/
nav {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1000; 
}

nav a {
  color: #ffffff;
  align-self: flex-start; 
}

.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 50px;
  padding: 0 1em; 
}

.navbar_toggle {
  z-index: 9999; 
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 4px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease .5s;
  transition: ease .5s; 
}

.navbar_toggle_icon:nth-child(1) {
  top: 0; 
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0; 
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0; 
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}

.menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000; 
}

.menu ul {
  margin: 0;
  background: rgba(0,0,0,0.0);
  font-size: 1.2rem; 
}

.menu ul li {
  padding: 15px;
  border-bottom: 1px dotted white;
  text-align: center; 
  background: rgba(0,0,0,0.5);
}

.menu ul li span {
  padding-left: 15px;
  position: relative; 
}

.menu ul li span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3px; 
}

/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; 
}

/*nav*/
@media screen and (max-width: 1600px) {

  #inner {
    width: 1200px;
    margin: 0 auto 60px;
  }

  .game-link {
    width: 180px;
    height: 180px;
    background-size: contain;
  }

  .game-link:hover {
    background-size: contain;
  }

  .game-link a {
    width: 180px;
    height: 180px;
  }

  .game-link-deco {
    bottom: 134px;
    right: 0;
  }

}

@media screen and (max-width: 1200px) {

  .game-link, .game-link-deco {
    display: none;
  }
  
  #inner {
    width: 950px;
    margin: 0 auto; 
  }

  .event-item-list01 ul li {
    text-align: center;
  }
  
  .event-item-list01 ul li img {
    width: 90%;
  }

  .event-item-list-inset {
    width: calc((100%/2) - 30px);
  }

  .event03-list {
    width: 100% !important;
  }

  .event03-list ul {
    flex-direction: column;
  }

  .event03-list ul li {
    width: calc(100% - 15px);
  }

}

@media screen and (min-width: 950px) {

  nav {
    display: flex;
    flex-direction: row;
    height: 70px; 
  }

  .navbar_toggle {
    display: none; 
  }

  .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0); 
  }

  .menu ul {
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background: rgba(0,0,0,0.0); 
  }

  .menu ul li {
    padding: 0 1em;
    border-bottom: none;
    background: none;
  }

}

@media screen and (max-width: 950px) {

  html, body {
    font-size: 1rem; 
  }

  .navbar_brand {
    padding: 0 !important;
  }

  #inner {
    width: 100%;
  }

  .top-img {
    margin-top: 50px; 
  }

  .img950 {
    text-align: center;
    max-width: 950px; 
  }

  section {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0px 0px;
    box-shadow: none;
    border: none; 
  }
  
  .event-progress {
    margin: 0 auto 180px !important;
  }

  .event-bg {
    padding: 90px 30px 30px;
    margin: 0 auto 60px;
  }

  .event-index img {
    max-width: 100%;
  }

  .event-info-index img {
    width: 100%;
    max-width: 495px;
  }

  .event-item-list01, .event-item-list02 img {
    width: 100%;
  }
  
  .event-item-list-inset p {
    font-size: 1rem;
    line-height: 150%;
  }

  .event04-bonus-index img {
    max-width: 100%;
  }

  .space-icon img {
    max-width: 100px !important; 
  }

  .attention-list {
    padding-left: 30px; 
  }

  .attention-list li {
    font-size: 0.7rem; 
  }

  .attention:before {
    left: 70px; 
  }

  nav a {
    display: block;
    padding: 15px;
  }

  nav a img {
    width: 70px; 
  }

  .menu ul li {
    padding: 0 !important;
  }

  .twitter-link a{
    display: none;
  }

}

@media screen and (max-width: 748px) {
  .lb-data .lb-caption{
    font-size: 13px !important;
  }
  .head_all{
    padding: 1rem 0;
  }
  .head_lis{
    max-width: 120px;
  }
  .head_sec {
    max-width: 200px;
    padding-bottom: 2rem;
}
  .best_wrap ul{
    padding-top: 1rem;
  }
  .name_winnerlist{
    max-width: 100px;
    padding-bottom:0;
  }
  .lb-next{
    right: -17%;
  }
  
  .lb-prev{
    left: -17%;
  }
  
  .sub_link a{
    font-size: 5vw;
  }
  .pize_listwrap ul:first-child{
    padding-right: 0;
    padding-bottom: 50px;
  }
  .lum-lightbox-inner img {
    max-width: 160vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;  /* 上下に適度に余白 */
  }
  .pize_listwrap{
    flex-direction: column;
  }
  .best_wrap ul{
    padding-bottom: 3rem;
  }
  .name_fix{
    flex-direction: column;
  }
  .name_bom{
    font-size: 18px;
  }
  .main_wap{
    padding-top: 0;
  }
  .btn_list ul{
    flex-flow: wrap;
  }
  .btn_list ul li{
    padding-right: 0;
    width: 48%;
  }
  .img470{
    padding-bottom: 0;
    max-width: 160px;
  }
  .pize_listwrap{
    padding-bottom: 3rem;
  }
  
  .name_fix li{
    color: #fff;
    font-size: 6vw;
    display: inline-block;
  }
  .zoom_img{
    max-width: 585px;
  }
  .list_link a{
    font-size: 5vw;
    padding-left: 0;
  }
  
  .twitter-link{
    display: none;
  }

  .event-bg {
    padding: 80px 15px 15px;
    width: calc(100% - 30px);
  }
  
  .event-info-subindex01 {
    min-width: 71%;
    padding: 5px;
  }

  .event-info-subindex02 {
    font-size: 1.0rem;
    line-height: 150%;
    max-width: 70%;
    min-width: 70%;
  }
  
  .event-index-description {
    font-size: 1.0rem;
  }

  .event-item-list01 ul {
    flex-wrap: wrap;
  }

  .event-item-list-inset {
    width: 100%;
  }

  .event-item-list01, .event-item-list02 img {
    max-width: 100%;
    width: auto;
  }

  .event03-list ul li img {
    width: 100%;
  }

  .event05-contents img {
    max-width: 100%;
  }

  .event07-link {
    width: 80%;
  }

  .attention-list {
    padding-left: 0;
  }

  .pa30{
    padding: 2rem 0;
  }
  .btn_gu{
    padding-top: 1rem;
  }
  .pa20 {
    padding-top: 2rem;
}
}

@media screen and (max-width: 468px) {
  
  footer {
    font-size: 0.7rem; 
  }

}
