@charset "UTF-8";

/* font */
html{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  background-image: url(../image/bg2.jpg);
  background-repeat: none;
  background-size: 100%;
  background-attachment: fixed;
}


h2 {
  font-family: "Slackey", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  padding: 50px 0 20px;
}

h3{
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  padding: 1rem 0;
}

.white{
  color: #fff;
}


.wb_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.sp_wrapper{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}


.content_img{
  width: 230px;
  margin: 0 auto;
}



section p{
  width: 85%;
  margin: 0 auto 1rem;
}


.cta_btn{
  width: 85%;
  margin: 30px auto 0;
  padding-bottom: 50px;
}


/* header */
header{
  display: flex;
  width: 100%;
  max-width: 480px;
  background-color: #000;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}

.logo{
  padding: 5px;
}

.head_btn{
  position: absolute;
  width: 120px;
  top: 8px;
  right: 80px;
}

/* ハンバーガーメニュー */
.hamburger-overlay {
  position: absolute;
  right: 10px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFE966;
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
.nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.5s; }
.nav-overlay.active .nav-overlay__item:nth-child(6) { transition-delay: 0.6s; }

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #000000;
  font-size: 24px;
  text-decoration: none;
  transition: color .3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}






/* ボトムメニュー bottommenu */
.bottom_menu {
	position: fixed;
	left: 0;
  right: 0;
	bottom: 0;
	background: #FFE966;
  width: 100%;
	max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.bottom_menu li {
	display: table;
	table-layout: fixed;
	padding: 5px;
	list-style: none;
	text-align: center;
}
.bottom_menu a{
  text-decoration: none;
  color: #000;
}
.bottom_menu a img{
	width: 25px;
  height: 18px;
  object-fit: contain;
}
.bottom_menu a span{
	display: block;
	font-size: 10px;
}


/* main */
.hero{
  position: relative;
}



/* story */
#story{
  background-image: url(../image/story_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.img_block{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.img_block img{
  width: calc(100% / 3);
}



/* CAST STAFF */
.cast{
  background-image: url(../image/cast_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cast_set{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.cast_set img{
  width: 110px;
}
.cast_set dl{
  width: 250px;
  margin-left: 1rem;
  color: #fff;
}
.cast_set dl dt{
  font-size: 16px;
  border-bottom: 2px solid #ffffff;
}
.cast_set dl{
  font-size: 1.3rem;
  font-weight: bold;
}
.staff_set img{
  display: block;
  width: 320px;
  margin: 1rem auto;
}
.staff_set dl{
  width: 320px;
  color: #fff;
  margin: 0 auto;
}
.staff_set dl dt{
  font-size: 16px;
  border-bottom: 2px solid #ffffff;
}
.staff_set dl{
  font-size: 1.3rem;
  font-weight: bold;
}
.staff_set p{
  width: 85%;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 50px auto;
  padding: .8rem;
  border-radius: 5px;
}



/* ゲーム */
.button-gm {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  margin: 0 auto;
  padding: .9em 2em;
  border: none;
  border-radius: 25px;
  background-color: #705C5C;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
.button-gm::before {
  width: 2em;
  height: 1.5em;
  margin-left: 8px;
  background-image: url("../image/game_link.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}

.game{
  background-image: url(../image/game_bg_2.png);
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.game .game_btn{
  width: 240px;
  margin: 0 auto;
}
.game .how_to_game{
  width: 85%;
  margin: 1rem auto;
  background-color: #fff;
  border-radius: 5px;
  padding: .8rem;
}
.how_to_game p{
  width: 100%;
  padding: .2rem 0;
  margin: 0 auto;
  text-align: center;
  background-color: #d8d8d8;
  border-radius: 5px;
}
.how_to_game ul{
  list-style-position:inside;
  padding: .8rem 0;
}


/* POST */
/* 枠・スクロール */
.post{
  background-image: url(../image/post_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.post .icon{
  width: 50px;
  margin: 1rem auto 0;
}
.post .sub h3{
  font-family: "Slackey", sans-serif;
  padding: 0;
  font-size: 18px;
}
.rank_scrol {
  max-width: 85%;
  max-height: 8rem;    
  padding: 10px;
  margin: 1rem auto 50px;
  border: 1px solid #333;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #ffffff;
}
.share{
  padding-bottom: 30px;
}
.share .post_sns{
  width: 85%;
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.share .post_sns img{
  width: calc((100% / 2) - 15px);
}


.rank_list dt,
.rank_list dd {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0;
}
.rank_list dt {
  width: 65%;      
  font-weight: bold;
  position: relative;
  padding-left: 28px; 
}
.rank_list dd {
  width: 30%;       /* ポイント部分 */
  margin: 0;
  text-align: right;
}
.rank_list dt,
.rank_list dd {
  border-bottom: 1px dashed #333;
}
.rank_list dt:last-of-type,
.rank_list dd:last-of-type {
  border-bottom: none;
}
.rank_list dt:nth-child(-n+6)::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.rank_list dt:nth-of-type(1)::before { background-image: url("../image/post_rank_1.png"); }
.rank_list dt:nth-of-type(2)::before { background-image: url("../image/post_rank_2.png"); }
.rank_list dt:nth-of-type(3)::before { background-image: url("../image/post_rank_3.png"); }



/* ticket */
.ticket{
  background-image: url(../image/ticket_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ticket p{
  margin-top: 1rem;
  text-align: center;
}
.ticket .ticket_benefit{
  width: 100%;
  margin: 1rem auto;
  background-image: url(../image/_ticket_benefit_bg.png);
}
.ticket .ticket_cart{
  width: 100%;
  margin: 50px auto 0;
  margin-bottom: 50px;
}


/* Sponsors */
.sponsors{
  background-image: url(../image/sponsors_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sponsors .sponsors_logo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}
.sponsors .sponsors_logo img{
  width: 100px;
  object-fit: contain;
}


/* footer */
.footer{
  background-color: #000000;
  padding: 50px 0 10px;
}
.footer .submenu{
  width: 85%;
  margin: 0 auto;
  color: #ffffff;
}
.footer .submenu ul{
  list-style: none;
}
.snslink{
  width: 85%;
  margin: 1rem auto;
  display: flex;
  gap: 5px;
}
.snslink img{
  width: 20px;
  object-fit: contain;
}
.sns_logo{
  width: 85%;
  margin: 0 auto;
  display: flex;
}
.footerlogo img{
  width: 100px;
  margin-right: 0;
}
.copy {
  position: relative;
  padding-bottom: 50px;
  font-size: 10px;
  text-align: center;
}


/* 商品詳細ページ */
#itempage {
  width: 85%!important;
  margin: 0 auto;
}
#itempage .itemimg{
  width: 280px;
  margin: 30px auto;
}
#itempage .itemimg img{
  height: auto;
}

#itempage .cate_tag{
  background-color: #002540;
  color: #fff;
  padding: 10px;
  margin: 0;
}

#itempage h3{
  background-color: #fff!important;
  color: #000!important;
  text-align: left;
  padding-top: 1rem!important;
}

#itempage .cart_block{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#itempage .price{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
}
#itempage .quantity-wrapper{
  display: flex;
  align-items: center;
}
#itempage .quantity-wrapper input[type="number"] {
    width: 40px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}
#itempage .quantity-wrapper button {
    width: 30px;
    height: 30px;
}
#itempage .cartbutton{
  width: 100%;
  background-color: #F5CA4B;
  margin: 1rem auto;
  text-align: center;
  border-radius: 5px;
}
input#inCart\[33\]\[ticket01\]{
  background-color: #F5CA4B;
  border: none;
  padding: 0.8rem;
  font-size: 20px;
  font-weight: bold;
}
input#inCart\[55\]\[ticket01\]{
  background-color: #F5CA4B;
  border: none;
  padding: 0.8rem;
  font-size: 20px;
  font-weight: bold;
}

#itempage .item-content{
  margin-top: 30px;
  margin-bottom: 30px;
}


/* topへ */
#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #ab101b;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


/* popup */
