@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@400;700&display=swap");

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
}

input:focus {
  outline: none;
}

html {
  font-size: 16px;
}

html::-webkit-scrollbar {
  display: none;
  /* 针对Webkit浏览器 */
}
.particle-network-animation{
  display:none;
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: .9375rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--color_bg);
  -webkit-text-size-adjust: 100%;
  z-index: -10;
  background-size: cover;
  background-attachment: fixed;
  background: url(../img/sp/bg2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.section_title {
  display: block;
  width: 90% !important;
  margin: 0 auto 1.25rem auto;
}

.vertical-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.hide4 {
  display: none;
}

.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
}

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}



footer {
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 0rem 0;
  background: #fff;
  margin-top: 0rem;
}

footer .company_info {
  padding: 2rem 0;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.875rem;
}

footer .company_info img {
  width: 11.625rem;
  height: 4.3125rem;
}

footer .company_info div {
  margin: 0;
}

footer .company_info ul {
  margin-bottom: 0;
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .company_info ul li {
  margin: 0 .625rem 0 0;
}
footer .company_info ul li a{
  color: #0099cb;
  margin: 0 .625rem 0 0;
  font-weight: 400;
}

footer .company_info ul li:first-child {
  border: none;
  padding-left: 0;
  margin: 0 .625rem 0 0;
}

footer p {
  width: 100%;
  text-align: center;
  font-size: .875rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  margin: 0.5rem 0;
}

header {
  width: 100%;
  height: 3.75rem;
}

.no_scroll {
  overflow: hidden;
}

#header {
  width: 100%;
  height: 3.75rem;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 100;
}

#header .game_logo {
  display: none;
}

header #header {
  /*ハンバーガーメニュー開閉ボタン*/
  position: fixed;
  width: 100%;
  top: 38px;
  z-index: 1000;
  background: #000000;
  /* border-bottom: .125rem solid #ffffff; */
  height: 3.75rem;
}


#header .menu_pc {
  display: none;
}

nav{
  height: 3.75rem;
  display: flex;
  align-items: center;
  position: relative;
}

header #header .m_logo img {
  height: 2.5rem;
  margin: .3125rem 0 0 .625rem;
}

header #header #menu_wrap {
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  /* サブリンク */
}

header #header #menu_wrap .menu {
  width: 100%;
  position: fixed;
  top: 6.5rem;
  height: calc(100% - .3125rem);
  background: rgb(26 0 0 / 96%);
}

header #header #menu_wrap .menu li {
  background-size: 75%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 4.75rem;
  border-bottom: .0625rem 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: #420000b8;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header #header #menu_wrap .menu .menu__second-level li {
  background-size: 110%;
  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: .0625rem 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header #menu_wrap .sublink li {
  width: 2.5rem;
  margin: .5rem;
}

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;
}

nav .sns_dic svg{
  width: 2rem;
  height: 2rem;
  display:flex;
  background:#5765f1;
  justify-content: center;
  align-items: center;
  padding:0.2rem;
  border-radius:0.5rem;
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
}

header #header .menu_open {
  /*.menu_lineMiddle {}*/
  /* 特に指定は無いので書かなくてもOK */
}

header #header .menu_open .menu_button {
  position: absolute;
  right: .3125rem;
  top: .3125rem;
  width: 3rem;
  height: 3rem;
  background-color: #000000;
  border-radius: .3125rem;
  border: none;
}

header #header .menu_open .menu_button:focus {
  outline: none;
}

header #header .menu_open span {
  display: block;
  width: 80%;
  margin: auto;
  height: .35rem;
  background-color: #fff;
  border-radius: .1875rem;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - .35rem)/2);
  -webkit-transition: .2s;
  transition: .2s;
}

header #header .menu_open .menu_lineTop {
  -webkit-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
}

header #header .menu_open .menu_lineBottom {
  -webkit-transform: translateY(.625rem);
  transform: translateY(.625rem);
}

header #header .menu--isOpen .menu_lineTop {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header #header .menu--isOpen .menu_lineMiddle {
  opacity: 0;
}

header #header .menu--isOpen .menu_lineBottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top_icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(4%, -50%);
  align-items: center;
}

.top_icon img {
  width: 2.5rem;
  height: 2.5rem;
}

.top_icon p {
  margin: 0;
  font-size: .875rem;
  color: #ffffff;
  line-height: 1.5;
  margin-left: .5rem;
}

.swiper-pagination {
  display: none;
}

header .sp_header {
  width: 100%;
  display: block;
  padding-top: 1.875rem;
}

#top {
  width: 100%;
  height: 41rem;
  clear: both;
  position: relative;
  margin-top: 38px;
}

.sp_header {
  width: 100%
}

.start{
  display: none;
}

.top_links{
  position: absolute;
  width: 100%;
  max-width: 28rem;
  height: 10rem;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  background: #ffffffc9;
  border: 1px solid #f30000;
  border-radius: 10px;
  display: flex;
  padding: 1.5rem 1rem;
  justify-content: center;
}

.start_sp{
  display: flex;
  /* position:absolute; */
  width: 100%;
  /* bottom: 1.1rem; */
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
}

.start_sp button{
  background:none;
  border:0;
  outline:none;
}

.start_btn3,.start_btn4,.start_btn_ed{
  margin: 0 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

#foot_link .start_btn1{
  margin: 0px 2% 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.start_btn3 img,.start_btn4 img,.start_btn_ed img{
    width:100%;
}

.head_lule_box {
    display: flex;
    justify-content: space-around;
    /* position: absolute; */
    width: 99%;
    margin: 0.5rem auto 0;
    /* top: auto; */
    /* padding: 8px 10px; */
    line-height: 2 !important;
    color: #000000 !important;
    text-align: left!important;
    text-decoration: none !important;
    font-size: 2.5vw !important;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
    font-weight: 600;
  }
.specification{
  display:flex;
  flex-direction: column;
}

.head_lule_box a{
  color:#ff0000;
}

.head_lule_box span {
  padding: 5px;
}

.head_lule_box input {
  vertical-align: middle;
}


#float {
  background: #000000;
  z-index: 10000;
}

#float ul {
  display: flex;
  justify-content: space-around;
}

#float ul li {
  padding: 1% 0;
  font-size: .8125rem;
}

#float ul li a {
  color: #ffffffb8;
  text-decoration: underline;
}

#news_area {
  width: 100%;
  height: 100%;
  /* background: url(../img/sp/news/news_bg.jpg) no-repeat center top; */
  /* background-size: cover; */
  padding: 1.25rem 0;
}

#news_area h1,
#chara h1,
#feature h1,
#world h1,
#spec h1 {
  width: 80%;
  display: block;
  margin: 0 auto .9375rem;
  z-index: 10;
  position: sticky;
}

#news_area h1 img,
#chara h1 img,
#feature h1 img,
#world h1 img,
#spec h1 img {
  width: 100%;
}

#news_area {
  position: relative;
  z-index: 3;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 3.125rem .75rem;
}

#news_area #banner {
  background: transparent;
  width: 100%;
  max-width: 46.25rem;
  height: auto;
  margin: 0rem auto;
  overflow: hidden;
}

#news_area #banner img {
  display: block;
  width: 100%;
  font-size: .625rem;
}

#news_area #banner .banner-pagination {
  width: 100%;
  text-align: center;
  height: 1rem;
  margin: 1rem 0;
}

#news_area #banner .banner-pagination .swiper-pagination-clickable,
#news_area #banner .banner-pagination .swiper-pagination-bullet {
  width: 1rem !important;
  height: 1rem !important;
  background-color: #ffffff !important;
  display: inline-block;
  line-height: 0;
  /* border: .125rem solid #fff; */
  border-radius: 5rem;
  margin: 0 .3125rem;
  opacity: 1;
}

#news_area #banner .banner-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #770001, #f40001);
}

#news_area .leftbanner2{
  width: 100%;
  /* width: 46.25rem; */
  display:flex;
  /* margin: 1rem auto; */
  justify-content: space-between;
}

#news_area .leftbanner2 li a{
  width: 97%;
  /* height:4.8125rem; */
  display: block;
}

#news_area .leftbanner2 li a img{
  width:100%;
}

#news_area #news_wrapper {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 75rem;
  background-size: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}


#news_area #news {
  position: relative;
  /* background: #ffffffc7; */
  width: 100%;
  min-height: 19rem;
  margin: 0 auto;
  overflow: hidden;
}

#news_area #news .news_body {
  position: relative;
  z-index: 2;
}

#news_area #news .news_body .notice_tabs_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0rem .3125rem; */
  height: 2.1875rem;
  margin: 0;
  /* background: linear-gradient(to top, #6ac4e3, #01347f); */
}

#news_area #news .notice_tabs_list ul {
  padding: 0rem 0rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#news_area #news .notice_tabs_list ul li {
  display: flex;
  background: url(../img/tab.png) no-repeat center center;
  background-size:100%;
  color: #3a3231;
  width: 4.8rem;
  height: 1.6rem;
  /* width: auto; */
  /* padding: 0.4rem 0rem; */
  font-size: .9rem;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 20rem) {
  #news_area #news .notice_tabs_list ul li {
    font-size: .625rem;
  }
}

#news_area #news .notice_tabs_list ul li.active {
  background: url(../img/tab_on.png) no-repeat center center;
  background-size:100%;
  color: #db0008;
}

#news_area #news .notice_tabs_list ul li:nth-of-type(5) {
  margin-right: 0;
}

#news_area #news .tabs {
  flex: 1;
  width: 100%;
  padding: .5rem .75rem;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

#news_area #news .tabs>ul>li {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0 0;
}

#news_area #news .tabs>ul>li ul {
  margin-bottom: .3125rem;
  height: auto;
  overflow: hidden;
}

#news_area #news .tabs>ul>li ul li {
  display: flex;
  flex-direction: row;
  border-bottom: .0625rem solid #000;
  align-items: center;
  padding: .3125rem 0;
}

#news_area #news .tabs>ul>li ul li:nth-child(n+7) {
  display: none;
}

.icon {
  display: inline-block;
  background-size: cover;
  width: 4.5rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
  aspect-ratio: 4/1;
  transform-origin: 0 50%;
}

.ic_type22 {
  background: #fff url(../img/label_event.png) no-repeat center center/cover;
}

.ic_type21 {
  background: #fff url(../img/label_notice.png) no-repeat center center/cover;
}

.ic_type23 {
  background: #fff url(../img/label_update.png) no-repeat center center/cover;
}

.ic_type24 {
  background: #fff url(../img/label_maintenance.png) no-repeat center center/cover;
}

.ic_type26,.ic_type218 {
  background: #fff url(../img/label_tips.png) no-repeat center center/cover;
}

#news_area #news .tabs>ul>li ul li .t1 {
  width: 70%;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .75rem;
}

#news_area #news .tabs>ul>li ul li .t3 {
  color: #000000;
  font-size: .875rem;
  white-space: nowrap;
  font-weight: 600;
}

#news_area #news .tabs>ul>li ul li a {
  color: #000000;
  text-decoration: none;
  width: 100%;
  max-width: 17rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  display: block;
  font-size: 1rem;
}

#news_area #news .morebtn {
  width: 100%;
  text-align: right;
  margin: .5rem 0 0 0;
}

#news_area #news .morebtn a {
  display: inline-block;
  padding: .1875rem .6875rem;
  background-color: #7f0101;
  color: #fff;
  /* border-radius: 6.25rem; */
  text-decoration-line: none;
  font-size: .6875rem;
}

#chara {
  width: 100%;
  height: 100%;
  padding: 4.5rem 0;
  background: url(../img/sp/chara/chara_bg.jpg) no-repeat;
  background-size: cover;
}
#chara   .swiper-container {
  position: relative;
  width: 90%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#chara .chara_text {
  margin: 0 auto;
  width: 100%;
  display: block;
  border: 5px solid #fff;
}

#chara .chara_title {
  display: none;
}

#chara .chara_pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto 0;
  z-index: 10;
  /* position: sticky; */
  /* left: 50%; */
  /* transform: translate(-50%, 1rem); */
  align-items: center;
}

#chara .chara_pagination .swiper-pagination-bullet-active {filter: grayscale(0%);}

#chara .chara_pagination span {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0.25rem 0.5rem!important;
  opacity: 1;
  font-size: 0;
  background-size: 100% !important;
  filter: grayscale(100%);
}

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

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

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

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

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

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

#chara .chara_pagination span:nth-child(7) {
  background: url(../img/pc/chara/c7.png) no-repeat center;
}
#chara .chara_pagination span:nth-child(8) {
  background: url(../img/pc/chara/c8.png) no-repeat center;
}

#feature {
  width: 100%;
  height: 100%;
  padding: 4.5rem 0;
  background: url(../img/sp/rewards/rewards_bg.jpg) no-repeat;
  background-size: cover;
}

#feature .feature-slider .swiper-slide {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
  display: flex;
  justify-content: center;
  border: 5px solid #fff;
}

#feature  .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}


#feature .feature-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000b0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#feature .feature-slider .swiper-slide img {
  width: 100%;
}

#feature .feature-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

#feature .feature-slider .swiper-slide-active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000000;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#feature .feature_pagination {
  width: 100%;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #ffffff;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff2e2f;
  width: 1.875rem;
  height: .9375rem;
  border-radius: .625rem;
}

#feature .feature_pagination span {
  margin: 0 .5rem;
}

#feature .feature_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0rem;
}
#world {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 3.125rem 0;
  background: url(../img/sp/world/world_bg.jpg) no-repeat center center;
  background-size: cover;
}

#world .world_text {
  width: 85%;
  display: block;
  margin: .2rem auto;
  margin-left: 1rem;
}

#world .world_text img {
  width: 100%;
}

#charactar2 {
  width: 100%;
  height: 100%;
  padding: 1.25rem 0;
}

#charactar2 h1 {
  width: 90%;
  z-index: 2;
  margin: 0 auto;
}

#charactar2 h1 img {
  width: 100%;
}

#charactar2 .chara_pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  bottom: 0;
}

.chara_img {
  width: 100%;
}

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

#charactar2 .chara_pagination span {
  width: 5rem;
  height: 5rem;
  margin: 0 .3125rem 0 .3125rem !important;
  opacity: 0.5;
  font-size: 0;
  background-size: cover !important;
}

#charactar2 .slider-thumbnail .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}


#charactar2 .chara_pagination span:nth-child(1) {
  background: url(../img/sp/chara/c1g.png) no-repeat center center;
  background-size: 100% !important;
}

#charactar2 .chara_pagination span:nth-child(2) {
  background: url(../img/sp/chara/c2g.png) no-repeat center center;
  background-size: 100% !important;
}

#spec {
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 3rem 0 0;
  color: #e3e3e3;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
}

#spec .spec_inner {
  width: 100%;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

#spec .spec_inner img {
  display: block;
  width: 12.5rem;
  margin: 0 0 1.25rem 0;
}

#spec .spec_inner .spec_table {
  width: 95%;
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0 .625rem 0 .625rem;
  text-shadow: 0 0 .3125rem rgba(0, 0, 0, 0.4);
  height: 12.5rem;
  margin: 0 0 1.875rem 0;
  color: #fff;
}

#spec .spec_inner .spec_table th {
  border: 0rem solid #fff;
  padding: .5rem;
  text-align: center;
  margin-right: .1875rem;
  vertical-align: middle;
  background-color: rgb(0 0 0 / 45%);
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0.5rem;
  background-color: rgb(0 0 0 / 45%);
}

#spec .spec_inner .spec_table td span {
  font-size: 70%;
}

#spec .assist{
  display:block;
  margin: 0rem auto 2rem;
  width: 97%;
}

#spec .assist img{
  width: 100%;
}

#spec .notice {
  line-height: 2;
  font-size: .875rem;
  display: block;
  margin: 1.875rem auto 0;
  width: 100%;
  background: rgb(33 55 71 / 80%);
  padding: 1.25rem;
}

#spec .caution {
  width: 90%;
  margin: 0 auto;
  padding: .625rem;
  border: .125rem solid #8b785e;
  border-radius: .9375rem;
  background-color: rgba(0, 0, 0, 0.7);
}

#spec .caution p {
  font-size: 1rem;
  margin-bottom: .625rem;
  color: #ffdb8b;
  text-align: center;
}

#spec .caution ul li {
  line-height: 1.25rem;
  font-size: .875rem;
  font-weight: 100;
  color: #f6e3b9;
}

.down {
  display: none;
}

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

#foot_link ul span {
  display: none;
}

.qr {
  display: none;
}


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

#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;
  -webkit-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
}

@-webkit-keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

@keyframes sg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

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

@media only screen and (min-width:500px) and (max-width:799px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width:389px) and (max-width:415px) {

  html {
    font-size: 13px;
  }
}

@media screen and (min-width:310px) and (max-width:349px) {
  html {
    font-size: 10.5px;
  }
}

@media screen and (min-width:350px) and (max-width:359px) {
  html {
    font-size: 11.5px;
  }
}

@media screen and (min-width:360px) and (max-width:388px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width:416px) and (max-width:435px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width:436px) and (max-width:450px) {
  html {
    font-size: 14px;
  }
}

@media screen and (width:360px) and (height:640px) {
  html {
    font-size: 12px;
  }
}

@media screen and (width:393px) and (height:786px) {
  html {
    font-size: 13px;
  }
}

@media screen and (width:375px) and (height:812px) {
  html {
    font-size: 12px;
  }
}

@media screen and (width:414px) and (height:736px) {
  html {
    font-size: 13.5px;
  }
}

#foot_link {
  position: sticky;
  bottom: 0;
  z-index: 999;
  width: 100%;
  /* height: 11rem; */
  display: flex;
  background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
  background: #000000;
  padding: 0.8rem .5rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#foot_link .foot_title{
  /* width: 80%; */
  display: none;
}

#foot_link .foot_btn{
  width: 100%;
  /* height: 4rem; */
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 0.5rem;
  align-items: flex-start;
}

#foot_link .foot_btn button {
  width: auto;
  /* height: 4rem; */
  display: flex;
}

#foot_link .foot_btn button .start_btn2{
  display:none;
}

#foot_link .foot_btn button img {
  width: 100%;
  /* height: 4.5rem; */
}


.pv{
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
  transform: scale(0.8);
}

.pv a{
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  z-index: 5;
}

.pv img{
  vertical-align: top;
}

.pv_bg{
  margin: -130px 0 0 0;
  animation: rotateAnimation2 10s linear infinite;
}

@keyframes rotateAnimation1 {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(-360deg);
  }
}


@keyframes rotateAnimation2 {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

#terms {
  background-color: #000;
  color: #fff;
  padding: 3%;
  margin: 10vh auto;
  width: 100%;
  height: 80vh;
  overflow: auto;
}

#terms p {
  margin-bottom: 1em;
  font-size: 1rem;
}

#terms h1 {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  font-size: 1.25rem;
}

#term_body h2 {
  margin: 5% 0%;
  padding: 0.5rem;
  line-height: 1.6;
  border: 1px solid #fff;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .lity-container {
    max-width: 90vw !important;
  }
}
