@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
*,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

h1,
h3 {
  width: 100%;
}

p {
  margin-bottom: .1rem !important;
}

header {
  position: relative;
  width: 100%;
}

.nav{
  display: none;
}

body{
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}


header .sp_header {
  width: 100%;
  display: block;
}

header #header {
  position: relative;
  z-index: 1000;
  background: #000000f0;
  height: 50px;
  /*ハンバーガーメニュー開閉ボタン*/
  width: 100%;
  top: 0;
}
header #header .m_logo img {
  height: 40px;
  margin: 5px 0 0 10px;
}
header #header #menu_wrap {
  visibility: hidden;
  transition: all 0.2s;
  /* サブリンク */
}
header #header #menu_wrap .menu {
  width: 100vw;
  position: fixed;
  top: 50px;
  height: calc(100% - 5px);
  background: rgba(0, 0, 0, 0.95);
}
header #header #menu_wrap .menu li {
  text-align: center;
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
header #header #menu_wrap .menu li .init-bottom {
  display: none;
}
header #header #menu_wrap .menu li a {
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}
header #header #menu_wrap .menu .menu_title {
  color: #fff;
  background-color: #000;
}
header #header #menu_wrap .menu .menu_top {
  background-position: center 11%;
}
header #header #menu_wrap .menu .menu_news {
  background-position: center 22%;
}
header #header #menu_wrap .menu .menu_info {
  background-position: center 33%;
}
header #header #menu_wrap .menu .menu_guide {
  background-position: center 44%;
}
header #header #menu_wrap .menu .menu_etc {
  background: none;
}
header #header #menu_wrap .menu .menu__second-level {
  display: flex;
  flex-wrap: wrap;
}
header #header #menu_wrap .menu .menu__second-level li {
  width: 50%;
}
header #header #menu_wrap .menu .menu__second-level li a {
  display: block;
  width: 100%;
  height: 100%;
}
header #header #menu_wrap .menu .menu__second-level li:nth-child(odd) {
  border-right: 1px solid #fff;
}
header #header #menu_wrap .menu .menu__second-level li.menu_world {
  border-bottom: none !important;
}
header #header #menu_wrap .menu .menu__second-level li.menu_gift {
  background-position: center 55.5%;
}
header #header #menu_wrap .menu .menu__second-level li.menu_faq {
  background-position: center 66.5%;
}
header #header #menu_wrap .menu .menu__second-level li.menu_support {
  background-position: center 78.5%;
}
header #header #menu_wrap .menu .menu__second-level li.menu_terms {
  background-position: center 89.5%;
}
header #header #menu_wrap .menu .menu__second-level li.menu_privacy {
  background-position: center 101.5%;
  border-bottom: none;
}
header #header #menu_wrap .sublink {
  display: flex;
}
header #header #menu_wrap .sublink li {
  width: 40px;
  margin: 8px;
}
header #header #menu_wrap .sublink li a img {
  display: block;
  width: 100%;
}
header #header #menu_wrap .sublink li a img:hover {
  opacity: 0.6;
}
header #header .open {
  visibility: visible !important;
}
header #header .menu_open {
  /*.menu_lineMiddle {}*/
  /* 特に指定は無いので書かなくてもOK */
}
header #header .menu_open .menu_button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  border: none;
}
header #header .menu_open .menu_button:focus {
  outline: none;
}
header #header .menu_open span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px) / 2);
  transition: 0.2s;
}
header #header .menu_open .menu_lineTop {
  transform: translateY(-10px);
}
header #header .menu_open .menu_lineBottom {
  transform: translateY(10px);
}
header #header .menu--isOpen .menu_lineTop {
  transform: rotate(45deg);
}
header #header .menu--isOpen .menu_lineMiddle {
  opacity: 0;
}
header #header .menu--isOpen .menu_lineBottom {
  transform: rotate(-45deg);
}

.top_page .logo{
  display:block;
  width: 30%;
  position: absolute;
  top: 1px;
  left: 3%;
  z-index: 1000;
  line-height: 0;
}
.top_page .logo img {
  width:100%;
}

.video-box {
  position: absolute;
  content: "";
  width: 348px;
  height: 202px;
  /* background: #fff; */
  background: url(../img/pv_bg.png) no-repeat;
  background-size: 100%;
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 0%;
  box-shadow: 0 3px 6px 3px #000c;
}

.video-box .vedio {
    
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#player {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px #fff;
  border-style: groove;
}

#gamestart_link {
  display: block;
  margin: clamp(300px, 7.5rem, 458px) auto 20px auto;
}
#gamestart_link a {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto 0 auto;
}
#gamestart_link img {
  width: 100%;
}

#gamestart_link .btn1 {
  padding: 0px 10px;
  background-size: contain;
  display: block;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gamestart_link .ios-button img,#gamestart_link .google-button img{
  width: 90%;
  }

#gamestart_link .line-button img,#gamestart_link .twitter-button img {
  width: 90%;
     }

#gamestart_link #pc_gamestart_link_off {
  margin: 0 auto;
  display: block;
  width: 33%;
}



#spec {
  font-size: 0.2rem;
  background: rgb(54, 72, 117);
  background: linear-gradient(0deg, #332b1f 0%, #0c0b08 100%);
  padding: 20px 15px;
}
#spec img {
  width: 50%;
  margin: 0 25% 4% 25%;
  border-radius: 37px;
  /* border: 2px solid #fff; */
}
#spec .spec_inner {
  padding: 0px 0 20px;
  width: 100%;
  margin: 0 auto;
}
#spec table {
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0rem;
}
#spec table th {
  width: 5em;
  border: 1px solid #fff;
  padding: 3px;
}
#spec table td {
  border: 1px solid #fff;
  padding: 3px;
}
#spec .logo {
  margin: 0% auto 24px auto;
  width: 50%;
  text-align: center;
}
#spec .logo img {
  width: 100%;
  border-radius: 20px;
}
#spec .caution{
  width: 100%;
  padding:5px;
  border:1px solid #fff;
  margin: 0 auto;
}

#spec .caution p{
  text-align:center;
  color:#ff9e00;
  font-size: 0.3rem;
}

#spec .caution ul{
  font-size: 0.2rem;
  color:#fff;
}

.company_info {
  font-size: 0.28rem;
  background-color: #fff;
  padding: 10px 20px;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.company_info img {
  margin: 0 auto;
  width: 186px;
  height: 69px;
}
.company_info div {
  margin: 0px 0px 0px 0px;
}
.company_info ul {
  margin-bottom: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
.company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #000;
}
.company_info ul li a {
  color: #000;
}
.company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}
.company_info p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  color: #000;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
  content: "" !important;
}

.vertical-slider .vertical-slider__wrapper {
  display: block !important;
}

#news_area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 0px 0;
  /* padding: 10px 0; */
}

.tw {
  position: relative;
}
.tw .tw_frame {
  background:  url(../img/sp/sp_frame.png) no-repeat center top;
  background-size: contain;
  width: 94%;
  margin: 4% auto 0;
  aspect-ratio: 715/860;
  padding: 6%;
  overflow: hidden;
}
.tw .tw_frame .twitter_inner {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.tw .tw_frame .twitter_inner a{
  font-size:16px;
  line-height:0;
}

#news {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
}
#news .news_body {
  /* background: #cbbbb0; */
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding: 0 0 0 0;
  /* border-radius: 10px; */
  overflow: hidden;
  /* border: 1px solid #000; */
  border-image-source: url(../img/sp/sp_frame.png);
  border-image-slice: 40 fill;
  border-image-width: 21px;
}
#news .notice_tabs_list .active {
     background-color: #ba8c5f;
     color: #4c2800;
}
#news .notice_tabs_list{
  /* background:#fff; */
  padding: 5px 13px 0px;
}
#news .notice_tabs_list ul {
  width: 94%;
  /* background: #826d5b; */
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 10px 0px 5px;
}
#news .notice_tabs_list ul li {
  color: #fff;
  width: 18%;
  text-align: center;
  font-size: 10px;
  padding: 2px 3px;
  background-color: #65472d;
  border-radius: 5px;
}

#news .tabs{
  /* position: relative; */
  /* display: none; */
  /* overflow: hidden; */
  width: 95%;
  margin: 0 auto;
  padding: 0px 0px 10px;
  /* background: #71656073; */
}
#news .tabs ul li {
  position: relative;
  display: none;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  /* padding: 0px 0px 10px; */
  /* background: #7165608c; */
}
#news .tabs ul li ul {
  margin-bottom: 5px;
  overflow: hidden;
  padding: 8px 6px;
  height: 232px;
}
#news .tabs ul li ul li {
  display: flex;
  height: 40px;
  font-size: 14px;
  flex-direction: row;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #6d3c42;
}
#news .tabs ul li ul li:last-child {
  margin-bottom: 0.14rem;
}
#news .tabs ul li ul li .icon {
  position: absolute;
  display: block;
  border-radius: 0px;
  overflow: hidden;
  height: 16px;
  width: 50px;
  top: 0px;
  margin-right: 10px;
}
#news .tabs ul li ul li .ic_type21 {
  background: url(../img/label_news.png) no-repeat center center;
  background-size:120%;
}
#news .tabs ul li ul li .ic_type22 {
  background: url(../img/label_event.png) no-repeat center center;
  background-size: 120%;
}
#news .tabs ul li ul li .ic_type23 {
  background: url(../img/label_update.png) no-repeat center center;
  background-size: 120%;
}
#news .tabs ul li ul li .ic_type24 {
  background: url(../img/label_mainte.png) no-repeat center center;
  background-size: 120%;
}
#news .tabs ul li ul li .t1 {
  flex: auto;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 0px;
  top: 17px;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #481900;
}
#news .tabs ul li ul li .t3 {
  position: absolute;
  top: 0px;
  left: 60px;
  color: #481900;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
}
#news .tabs ul li ul li a {
  text-decoration: none;
  color: #481900;
}
#news .morebtn {
  float: right;
  border-radius: 0;
  background-color: #65472d;
  font-size: 12px;
  margin-right: 0rem;
  padding: 3px 10px;
  color: #fff;
  margin: 10px;
}
#news .morebtn a {
  text-decoration: none;
  color: #fff;
}

#chara {
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
}
#chara .chara_text {
  margin: 0 auto;
  width: 95%;
  display: block;
}

#chara .chara_title {
  display: none;
}

#chara .chara-pagination {
  text-align: center;
}

#chara .chara_pagination {
  width: 100%;
  height: 1rem;
  bottom: 0px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -6px 0 20px 0px;
  z-index: 10;
  position: sticky;
}

#chara .chara_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

#chara .chara_pagination span {
  width: 1rem;
  height: 1rem;
  margin: 0px 3px 0 !important;
  opacity: 1;
  font-size: 0;
  background-size: 100% !important;
  border-radius: 0;
}

#chara .chara_pagination span:nth-child(1) {
  background: url(../img/chara/icon_c1.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(2) {
  background: url(../img/chara/icon_c2.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(3) {
  background: url(../img/chara/icon_c3.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(4) {
  background: url(../img/chara/icon_c4.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(5) {
  background: url(../img/chara/icon_c5.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(6) {
  background: url(../img/chara/icon_c6.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(1).swiper-pagination-bullet-active {
  background: url(../img/chara/icon_c1_on.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(2).swiper-pagination-bullet-active {
  background: url(../img/chara/icon_c2_on.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(3).swiper-pagination-bullet-active {
  background: url(../img/chara/icon_c3_on.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(4).swiper-pagination-bullet-active {
  background: url(../img/chara/icon_c4_on.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(5).swiper-pagination-bullet-active {
  background: url(../img/chara/icon_c5_on.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(6).swiper-pagination-bullet-active {
  background: url(../img/chara/icon_c6_on.png) no-repeat center;
}

#chara .prev,
#chara .next {
  display: none;
}

.feature-slider {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0.5rem auto 0 auto;
  padding: 0 0 0 0 !important;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.33));
}
.feature-slider .swiper-slide img {
  width: 100%;
}

.feature_pagination {
  width: 100%;
  margin: 1.5rem auto 0 auto;
  text-align: center;
  line-height: 8px;
  font-size: 8px;
  bottom: 0.3rem !important;
}
.feature_pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/point.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../img/point_on.png) no-repeat;
  background-size: 100% 100%;
}
.feature_pagination span {
  margin: 0 3px !important;
  font-size: 0;
}
.feature_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

header,
.swiper-container,
.top_btn {
  transition: 0.3s;
}

#mobage {
  padding-bottom: 100px;
}

.mbga_wrapper {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 0%;
  filter: drop-shadow(-5px 0px 10px rgba(0, 0, 0, 0.33));
  /* background-image: url(../img/mbga/mbga_head.jpg); */
  background-color: #c29772;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-size: 0.28rem;
}

#mbga_game_start {
  display: flex;
  justify-content: space-around;
  padding: 2.5% 0 1% 0;
  font-size: 80%;
  color: #fff;
}
#mbga_game_start > div {
  margin: 0 2.5%;
}
#mbga_game_start .new_start,
#mbga_game_start .id_start {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
#mbga_game_start .new_start img,
#mbga_game_start .id_start img {
  width: min(318px, 100%);
}

#mbga_login_start{
  margin-left: -50% !important;
}
#mbga_game_start p {
  margin: 5px !important;
  padding: 0;
}
#gamestart_link_mbgasp{display: block;text-align: center;padding: 6% 0;}

#float {
  background: #774a2d;
  z-index: 10000;
}
#float ul {
  display: flex;
  justify-content: space-around;
}
#float ul li {
  padding: 1% 0;
  font-size: 90%;
}
#float ul li a {
  color: #ffffffb8;
  text-decoration: underline;
}

html,
body {
  font-size: 13.3333vw;
}

body.top_page {
  margin: 0;
  padding: 0;
  color: #333;
  background-image: url(../img/sp/header.png), url(../img/sp/bg.washi.jpg);
  background-position: center 0px, center -60px;
  background-repeat: no-repeat, no-repeat;
  background-size: contain,100% auto;
}

.no_scroll {
  overflow: hidden;
}

main {
  position: relative;
  z-index: 100;
}

h1 {
  margin: 0;
  line-height: 0;
}
h1 img {
  width: 57%;
  display: block;
  margin: 5px auto;
}

#banner {
  background: transparent;
  background-size: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
#banner .banner-pagination {
  text-align: center;
  width: 100%;
  /* margin-top: -25px; */
  line-height: 0rem;
}
#banner .swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  display: inline-block;
  background: url(../img/point.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../img/point_on.png) no-repeat;
  background-size: 100% 100%;
}

.banner-slider {
  width: 85%;
  margin: 20px auto 15px auto;
}
.banner-slider .swiper-slide a {
  display: block;
}
.banner-slider .swiper-slide img {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto 0 auto;
  display: block;
  width: 100%;
  height: auto;
  z-index: 3;
}

#world {
  padding: 0px 10px 20px;
  position: relative;
  overflow: hidden;
}
#world .world_img {
  margin: 0.3rem 0;
}
#world .world_img img {
  width: 100%;
}
#world .w_more {
  float: right;
  width: 40%;
  display: block;
  margin: 0 10px 0 0;
  line-height: 0;
}
#world .w_more img {
  width: 100%;
}

#chara {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  overflow: hidden;
}

#feature {
  position: relative;
  z-index: 2;
  background: url(../img/sp/feature_bg.png) no-repeat top center;
  background-size: cover;
  margin: 0px 0 0 0;
  padding: 0rem 0 1rem 0;
}
#feature .prev,
#feature .next {
  position: absolute;
  width: 32px !important;
  height: 36px !important;
  top: 50%;
  z-index: 5;
}
#feature .prev {
  background: url(../img/arrow_l.png) no-repeat !important;
  background-size: cover !important;
  margin: -10px 0 0 0px;
  left: 1% !important;
}
#feature .next {
  background: url(../img/arrow_r.png) no-repeat !important;
  background-size: cover !important;
  margin: -10px 0px 0 0;
  right: 1% !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 9000;
}

#animation {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#animation img {
  width: 80px;
  height: 80px;
}

.active .page_mask {
  width: 100%;
  min-width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -webkit-mask-image: url("../img/anime.png");
  mask-image: url("../img/anime.png");
  -webkit-mask-size: 1000% 100%;
  mask-size: 1000% 100%;
  animation: ani 0.7s steps(9) 0.3s both;
  z-index: 999;
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
.no_scroll {
  overflow-y: hidden;
  height: 100vh !important;
  width: 100% !important;
}

.scrollAnimation {
  opacity: 0 !important;
  transition: 1s;
}

.is-animated {
  opacity: 1 !important;
}

.goTop {
  width: 2rem;
  height: 1.7rem;
  background: url(../img/sp/top.png) no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 100px;
  position: fixed;
  bottom: 3rem;
  right: 0;
  display: none;
  z-index: 100;
  cursor: pointer;
  /* transform: translate(38rem, 10rem); */
}

#foot_link {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #000;
  z-index: 10;
  /* border-top: 2px solid #545454; */
}

.down{
  display:none;
}

#foot_link ul {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: nowrap;
  height: 70px;
  align-content: center;
  align-items: center;
}

#foot_link ul span{
  display:none;
}

#foot_link ul li.close{
   display:none;
}

.qr{
  display:none;
}


#foot_link ul li a {
  width: 92%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

#foot_link ul li a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  background: linear-gradient(120deg, transparent, transparent, hsla(0, 0%, 100%, .4), transparent, transparent);
  transition: all .65s;
}

#foot_link ul li a img {
  width: 100%;
}


@media  screen and (min-width:481px) and (max-width:750px){
 #gamestart_link {
  margin: clamp(300px, 10.6rem, 8.5rem) auto 60px auto;
}
#gamestart_link a {
  width: 5rem;
  height: 1.5rem;
}
  #start_but a {
   width: 5rem;
   height: 1.5rem;
   margin: 0px auto 20px auto;
}
  h1 img {
  width: 61%;
  display: block;
  margin: .5rem auto;
}
  
}

#mobage {
  padding-bottom: 100px;
}

.mbga_wrapper {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 0%;
  filter: drop-shadow(-5px 0px 10px rgba(0, 0, 0, 0.33));
  /* background-image: url(../img/mbga/mbga_head.jpg); */
  background-color: #c29772;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  font-size: 0.28rem;
}

#mbga_game_start {
  display: flex;
  justify-content: space-around;
  padding: 2.5% 0 1% 0;
  font-size: 80%;
  color: #fff;
  text-shadow: 0px 0px 3px #441300;
}
#mbga_game_start a{
  color: #fff700;
}
#mbga_game_start > div {
  margin: 0 2.5%;
}
#mbga_game_start .new_start,
#mbga_game_start .id_start {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}
#mbga_game_start .new_start img,
#mbga_game_start .id_start img {
  width: min(318px, 100%);
}

#mbga_login_start{
  /* margin-left: -50% !important; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mbga_game_start p {
  margin: 5px !important;
  padding: 0;
}
#gamestart_link_mbgasp{display: block;text-align: center;padding: 6% 0;}

#float {
  background: #774a2d;
  z-index: 10000;
}
#float ul {
  display: flex;
  justify-content: space-around;
}
#float ul li {
  padding: 1% 0;
  font-size: 90%;
}
#float ul li a {
  color: #ffffffb8;
  text-decoration: underline;
}

/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
#individual {
  background-image: url(../img/sp/second_bg.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
#individual header {
  background-image: none;
  background-color: transparent;
  height: auto;
}
#individual header .logo {
  text-align: center;
  padding: 10vw 10vw 0 10vw;
}
#individual header .logo img {
  width: 100%;
}
#individual header #banner {
  background-color: #fff;
  padding: 10px;
  width: 96%;
  margin: 0.4rem auto 0.05rem auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#individual header #banner img {
  width: 100%;
}
#individual main {
  margin: 0;
  padding: 20px 0 0 0;
}
#individual main .logo {
  width: 50%;
  margin: 0 auto;
}
#individual main .logo img {
  width: 100%;
}
#individual main #news_list {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  position: relative;
}
#individual main #news_list #genre {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 16px auto;
}
#individual main #news_list #genre li {
  position: relative;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 8px 16px;
  margin: 10px;
  background-color: #77481a;
  border-radius: 5px;
}
#individual main #news_list #genre li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 0.28rem;
  color: #fff;
}
#individual main #news_list #genre li:hover{
  background:#ba8c5f;
}
#individual main #news_list #genre li a:hover{
  color:#65472d;
}
#individual main #news_list > #news_body {
  margin-top: 24px;
}
#individual main #news_list > #news_body li {
  position: relative;
  font-size: 0.28rem;
  padding: 16px 24px 16px 24px;
  border-image-source: url(../img/sp/sp_frame.png);
  border-image-slice: 50 fill;
  border-image-width: 21px;
  margin-bottom: 26px;
}
#individual main #news_list > #news_body li a {
  display: flex;
  align-items: center;
  color: #220a00;
  text-decoration: none;
}
#individual main #news_list > #news_body li a .min_banner img {
  width: 2.5rem;
  margin-right: 0.2rem;
}
#individual main #news_list > #news_body li a .icon {
  flex-basis: 100px;
  width: 100px;
  height: 59px;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  flex-shrink: 0;
}
#individual main #news_list > #news_body li a .icon .ic_type21 {
  background: url(../img/event.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#individual main #news_list > #news_body li a .icon .ic_type20 {
  background: url(../img/info.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#individual main #news_list > #news_body li a .icon .ic_type22 {
  background: url(../img/update.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#individual main #news_list > #news_body li a .icon .ic_type23 {
  background: url(../img/mainte.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
#individual main #news_list > #news_body li a .date {
  padding: 0rem 0rem 0rem 15px;
  line-height: 1.5;
}
#individual main #news_list > #news_body li a .date span {
  vertical-align: middle;
}
#individual main #news_list .sppagination {
  margin: 0.5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
}
#individual main #news_list .sppagination a {
  margin: 0 0.05rem 10px 0.05rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  border-radius: 5px;
  background-color: #8a664b;
  display: block;
  text-align: center;
  line-height: 0.4rem;
  /* width: 0.4rem; */
  /* height: 0.4rem; */
  padding: 3px 9px;
  color: #fff;
  text-decoration: none;
}

#individual main #news_list .sppagination b {
  margin: 0 0.05rem 10px 0.05rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  border-radius: 5px;
  background-color: #ba8c5f;
  display: block;
  text-align: center;
  line-height: 0.4rem;
  /* width: 0.4rem; */
  /* height: 0.4rem; */
  padding: 3px 9px;
  text-decoration: none;
}
#individual main #news_list .sppagination a:hover,
#individual main #news_list .sppagination b:hover {
  background-color: #ba8c5f;
  color: #443e39;
  font-weight:bolder;
}
#individual main .pagecontent {
  color: #000;
  position: relative;
  margin: 0px 0 20px 0;
}
#individual main .pagecontent .subtitle {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0px 0 10px 10px;
  color: #000;
  position: relative;
  z-index: 2;
  filter: drop-shadow(1px 0px 1px #fff) drop-shadow(-1px 0px 1px #fff) drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
}
#individual main .pagecontent .subtitle a {
  color: #297ffd;
  text-decoration: none;
}
#individual main .pagecontent .spcontain {
  position: relative;
  border-image-source: url(../img/sp/sp_frame.png);
  border-image-slice: 50 fill;
  border-image-width: 22px;
  font-size: 14px;
  padding: 30px 28px;
}
#individual main .pagecontent .spcontain:before, #individual main .pagecontent .spcontain:after {
  content: " ";
  display: block;
  position: absolute;
}
#individual main .pagecontent .spcontain .spcontainer {
  padding: 0 0 10px 0;
}

#individual main .pagecontent .spcontain .spcontainer img{
  width: 100%;
}

#individual main .pagecontent .spcontain .spcontainer h1 {
  color: #9e3333;
  font-weight: bold;
  border-width: 0 0 1px 10px;
  border-color: #9e3333;
  border-style: solid;
  padding: 3px 5px 0px 5px;
  font-size: 0.28rem;
  line-height: 0.3rem;
  margin-bottom: 10px;
}
#individual main .pagecontent .spcontain .spcontainer .page_tit {
  margin-bottom: 20px;
}
#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  color: #735c49;
  font-weight: bold;
  border-width: 0 0 1px 10px;
  border-color: #625c53;
  border-style: solid;
  padding: 5px 5px 0px 5px;
  font-size: 0.28rem;
  margin-bottom: 0px;
}
#individual main .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  text-align: right;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital {
  margin-bottom: 0.24rem;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital h2 {
  font-size: 0.2rem !important;
  margin: 10px 0;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital h3,
#individual main .pagecontent .spcontain .spcontainer .page_dital h4 {
  background: url(../img/h3_bg.jpg) center center;
  background-size: cover;
  font-weight: bold;
  color: #fff;
  border: 1px solid #000;
  font-size: 0.28rem !important;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 5px 10px;
  border-radius: 6px;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital strong {
  color: #f70d7a;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  /* border-radius: 5px; */
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 1px solid #333333;
  font-size: 10px;
  border-spacing: 0;
  color: #000;
  margin: 0 0 1.5em 0;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(1) td,
#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: 6px 3px;
  background: #4b000a;
  font-weight: bold;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  line-height: 120%;
  text-align: center;
  text-shadow: 1px 1px 4px #000000;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(1) td:last-child,
#individual main .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: 1px solid #666666;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr {
  background: #fff;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(2n+1) {
  background-color: #f2e6eb;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: 6px 3px;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-right: 1px solid #666666;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .faq_block {
  border-radius: 6px;
  background-color: #5d3422;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .q {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #3f1f13;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital .a {
  color: #4c2800;
  padding: 10px;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  background-color: #ba8c5f;
  border-top: 1px solid #ab735e;
  font-weight: 600;
}
#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 5px auto 5px auto;
  text-align: center;
  display: block;
  width: 100px;
  background-color: #ba8c5f;
  border-bottom: 1px solid #3b1b0a;
  color: #000;
  border-top: 1px solid #fff;
  padding: 7px 0;
  text-decoration: none;
  border-radius: 6px;
}
#individual .back_btn a {
  font-size: 16px;
  margin: 5px auto 0px auto;
  text-align: center;
  display: block;
  width: 100px;
  background-color: #ba8c5f;
  color: #000;
  padding: 10px;
  text-decoration: none;
  border-radius: 5px;
  border-top: 1px solid #fceba8;
  border-bottom: 1px solid #040302;
}
#individual .page_nav {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
#individual .page_nav li {
  margin: 0 5px;
  font-size: 0.28rem;
  line-height: 0.28rem;
}
#individual .page_nav li a {
  background: #d3caaa;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  padding: 16px 16px;
  height: 100%;
  width: 100%;
  display: inline-block;
}
#individual footer {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.submit_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100px;
  background: #2f2a27;
  color: #fff;
  border: none;
  border-bottom: 2px solid #000;
  padding: 10px;
  text-decoration: none;
  margin-top: 0.2rem auto;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.submit_button:focus {
  border: 0;
  border-bottom: 2px solid #fff;
  outline: none;
}

.tokusyo {
  width: 90%;
  margin: 0 auto;
}
.tokusyo dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.tokusyo dl dt,
.tokusyo dl dd {
  margin: 0;
  padding: 5px;
}
.tokusyo dl dt {
  border: 0px solid #4b1f00;
  width: 100%;
  background-color: #4b1f00;
  color: #fff;
}
.tokusyo dl dd {
  border-style: solid;
  border-color: #4b1f00;
  border-width: 0px 1px 1px 1px;
  width: 100%;
}
.tokusyo dl dd ul {
  display: block;
  width: 100%;
}
.tokusyo dl > dt:first-child + dd {
  border-style: solid;
  border-color: #4b1f00;
  border-width: 1px 1px 1px 1px;
}

.kiyaku h1 {
  border: 1px solid #fff;
  background-color: #2f0101;
  color: #fff;
  padding: 3px 3px 3px 6px;
  text-align: left;
  font-size: 20px;
}

.contact main #news_list .days {
  float: right;
}

.guide_title {
  color: #00234b;
  padding: 0.1rem;
  border-width: 0 0 1px 15px;
  border-color: #00234b;
  border-style: solid;
  margin: 0 auto 24px auto;
}

.guide_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 1.5em;
}
.guide_list li {
  text-align: center;
  width: 48%;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 1%;
  overflow: hidden;
}
.guide_list li a {
  font-size: 0.18rem;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3%;
  background: #65472d;
  color: #fff;
}
.guide_list li a:hover {
  background-color: #ba8c5f;
  color: #652800;
}

@media  screen and (min-width:350px) and (max-width:380px){
  #news .tabs ul li ul {
  height: 300px;
}
.video-box {
  top: 53%;
  width: 232px;
  height: 136px;
}
#player {
border: 5px #fff;
border-style: groove;
}
}

@media  screen and (min-width:420px) and (max-width:450px){
 #gamestart_link {
  margin: clamp(300px, 9.5rem, 480px) auto 20px auto;
}
.video-box {
  top: 56%;
  width: 280px;
  height: 164px;
}
#player {
border: 5px #fff;
border-style: groove;
}
}

@media  screen and (min-width:350px) and (max-width:365px){

  .video-box {
    top: 50%;
    width: 261px;
    height: 153px;
  }
  #player {
  border: 5px #fff;
  border-style: groove;
}
}

@media  screen and (min-width:381px) and (max-width:419px){

  .video-box {
    top: 51%;
    width: 286px;
    height: 166px;
  }
  #player {
  border: 5px #fff;
  border-style: groove;
}
}


@media  screen and (min-width:570px) and (max-width:750px){

  .video-box {
    top: 56%;
    width: 353px;
    height: 205px;
  }
  #player {
  border: 5px #fff;
  border-style: groove;
}
}

