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

input:focus {
    outline: none;
}

html {
    font-size: 100px;
}

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

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

body {
    position: relative;
    width: 100%;
    color: var(--color_text);
    font-size: 0.15rem;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic',
        'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Verdana', 'Arial',
        'Helvetica', 'sans-serif';
    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;
}

.section_title {
    display: block;
    width: 90% !important;
    margin: 0 auto 0.2rem 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;
    /* display: flex; */
    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;
}

.ani_show_down {
  animation: key_show_down 1s linear both;
  -wekbit-animation: key_show_down 1s linear both;
  -ms-animation: key_show_down 1s linear both;
}

@keyframes key_show_down {
  0% {
    opacity: 0;
    transform: translate3d(0, -1rem, 0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-wekbit-keyframes key_show_down {
  0% {
    opacity: 0;
    -wekbit-transform: translate3d(0, -1rem, 0)
  }

  100% {
    opacity: 1;
    -wekbit-transform: translate3d(0, 0, 0)
  }
}

@-ms-keyframes key_show_down {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -1rem, 0)
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0)
  }
}

.ani_show_up {
  animation: key_show_up 1s linear both;
  -wekbit-animation: key_show_up 1s linear both;
  -ms-animation: key_show_up 1s linear both;
}

@keyframes key_show_up {
  0% {
    opacity: 0;
    transform: translate3d(0, 1rem, 0)
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-wekbit-keyframes key_show_up {
  0% {
    opacity: 0;
    -wekbit-transform: translate3d(0, 1rem, 0)
  }

  100% {
    opacity: 1;
    -wekbit-transform: translate3d(0, 0, 0)
  }
}

@-ms-keyframes key_show_up {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 1rem, 0)
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 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; */
    padding-bottom: 1.4rem;
}

footer .company_info {
    padding: 0.1rem;
    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;
}

footer .company_info img {
    width: 1.86rem;
    height: 0.69rem;
}

footer .company_info div {
    margin: 0;
}

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

footer .company_info ul li {
    color: #0099cb;
    margin: 0 0.1rem 0 0;
}

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

footer p {
    width: 100%;
    text-align: center;
    font-size: 0.12rem;
    color: #000;
    margin-bottom: 0;
}

header {
    width: 100%;
    height: 0.5rem;
    /* min-height: 8rem; */
}

.no_scroll {
    overflow: hidden;
  }

#header {
    width: 100%;
    height: 0.5rem;
     background: #182b42;
    position: fixed;
    top: 0;
    z-index: 100;
}

#header .sns{
  width:auto;
  height: 0.5rem;
  display:flex;
  align-items: center;
  z-index: 9999;
  position: absolute;
  right: 0.5rem;
}
#header .sns a{
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 0.02rem;
  margin: 0 0.03rem;
  box-sizing:border-box;
}
#header .sns a.x{
  background:#000;
  padding: 0.05rem;
}
#header .sns a.youtobe{
  background:#ff0000;
}

#header .game_logo{
    display:none;
}

header #header #menu_wrap {
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    /* サブリンク */
  }
  
  header #header #menu_wrap .menu {
    width: 100%;
    position: fixed;
    top: .5rem;
    height: calc(100% - 0.05rem);
    background: rgb(33 55 71 / 95%);
  }

/* header #header #menu_wrap .menu li:nth-of-type(1){
  padding:0;
} */
  
  header #header #menu_wrap .menu li {
    /* background: url(../img/header_sp.png) no-repeat center 0%; */
    /* background-size: 75%; */
    text-align: center;
    font-size: .15rem;
    line-height: .5rem;
    border-bottom: 1px solid #ffffffa6;
    /* padding: 0.3rem 0; */
  }
    
  header #header #menu_wrap .menu li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    margin:0.1rem 0
  }
  
  header #header #menu_wrap .menu .menu_title {
    color: #fff;
    background-color: #1c242a;
  }
  
  header #header #menu_wrap .menu .menu_top a{
    height: 0.5rem;
    background:url(../img/sp/nav/nav_top.png) no-repeat center center;
    background-position: center center;
    background-size: contain;
  }
header #header #menu_wrap .menu .menu_rewards a{
    height: 0.5rem;
    background:url(../img/sp/nav/nav_rewards.png) no-repeat center center;
    background-position: center center;
  background-size: contain;
  }
header #header #menu_wrap .menu .menu_chara a{
    height: 0.5rem;
    background:url(../img/sp/nav/nav_chara.png) no-repeat center center;
    background-position: center center;
  background-size: contain;
  }
header #header #menu_wrap .menu .menu_feature a{
    height: 0.5rem;
    background:url(../img/sp/nav/nav_feature.png) no-repeat center center;
    background-position: center center;
  background-size: contain;
  }
header #header #menu_wrap .menu .menu_world a{
    height: 0.5rem;
    background:url(../img/sp/nav/nav_world.png) no-repeat center center;
    background-position: center center;
  background-size: contain;
  }
header #header #menu_wrap .menu .menu_spec a{
    height: 0.5rem;
    background:url(../img/sp/nav/nav_spec.png) no-repeat center center;
    background-position: center center;
  background-size: contain;
  }

    
  header #header #menu_wrap .sublink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  header #header #menu_wrap .sublink li {
    width: .4rem;
    margin: .08rem;
  }
  
  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: .05rem;
    top: .05rem;
    width: .4rem;
    height: .4rem;
    background-color: #182b42;
    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: 0.04rem;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100% - 4px)/2);
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  header #header .menu_open .menu_lineTop {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  
  header #header .menu_open .menu_lineBottom {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  
  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;
    align-items: center;
    top: 50%;
    transform: translate(0.05rem, -50%);
}

.top_icon img {
    width: 0.4rem;
    height: 0.4rem;
    /* border: 0.01rem solid #ffe0a0; */
}

.top_icon p {
    margin-left: 0.05rem;
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.17rem;
}

.swiper-pagination {
    display: none;
}

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

#top {
    width: 100%;
    height: 5.8rem;
    /* background: url(../img/sp/top_bg.jpg) no-repeat center -0.3rem; */
    /* background-size: cover; */
    clear: both;
    position: relative;
}

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

#top .top_btn{
display:none;
}

#foot_link{
   position: fixed;
   bottom: 0;
   z-index: 999;
   width: 100%;
   height: 1.4rem;
   display: flex;
   background: #182b42;
   padding: 0.08rem .05rem;
   align-items: center;
   border-top: 1px solid #fff;
   flex-direction: column;
}

#foot_link .email{
  width:100%;
}

#foot_link .email form {
  display: flex;
  /* justify-content: end; */
  border-radius: 0.08rem;
  border: 2px solid #1c242a;
  overflow: hidden;
}


#foot_link .p-gamestart__mailform {
  background: #fff;
  color: #000;
  text-align: left;
  height: 0.5rem;
  /* width: 4rem; */
  padding: 0 0.1rem;
  /* border-radius: 8px 0 0 8px; */
  outline: none;
  font-size: 0.14rem;
  width: 100%;
  border: none;
}

#foot_link .p-gamestart__mailbtn {
  display: inline-block;
  background: linear-gradient(to top, #1268b6 0%, #54d3ff 100%);
  /* background: #2f588a; */
  color: #ffffff;
  padding: 0 0.3rem;
  height: 0.5rem;
  /* border-radius: 0 8px 8px 0; */
  font-weight:600;
  white-space: nowrap;
  font-size: 0.22rem;
  border: none;
}

#foot_link .stores{
  width:100%;
  height: .6rem;
  display:flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 0.1rem;
}

#foot_link .stores a{
  width: auto;
  /* max-width: 1rem; */
  height: 0.6rem;
  display: flex;
  /* margin: 0 0.07rem; */
}

#foot_link .stores a img{
  width:100%;
}

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

#rewards h1,#charactar h1,#feature h1,#world h1,#spec h1{width: 90%;display: block;margin: 0.15rem auto;z-index: 10;position: sticky;}

#rewards h1 img,#charactar h1 img,#feature h1 img,#world h1 img,#spec h1 img{
    width:100%;
}

#rewards .rewards_wrapper {
  display: flex;
  width: 90%;
  align-items: center;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

#rewards .rewards_wrapper .rewards_banner {
  width: 100%;
}

#rewards .rewards_wrapper :after {
  display: block;
  width: 40%;
  height: 0.55rem;
  position: absolute;
  top: 0.15rem;
  left: -100%;
  content: "";
  background: linear-gradient(120deg, transparent, transparent, hsl(0deg 0% 100% / 40%), 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%
  }
}

#charactar {
    width: 100%;
    height: 100%;
    /* background: url(../img/sp/feature/feature_bg.jpg) no-repeat center center;
    background-size: cover; */
    min-height: 7rem;
    max-height: 9rem;
    padding: 0.2rem 0;
}

#charactar .js-character__slider__wrapper {
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  /* height: 100vh; */
  /* height: calc(var(--vh, 1vh)* 100); */
  top: 0;
}

#charactar .js-character__slider {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

#charactar .swiper-slide.js-character__slider__item {
  position: relative;
  line-height: 0;
  width: 100%;
  height: auto;
  min-height: 7rem;
  /* height: calc(var(--vh, 1vh) * 100); */
}

#charactar .hero_info {
  position: absolute;
  z-index: 6;
  right: .5rem;
  top: 1.5rem;
  width: 11%;
  height: auto;
}

#charactar .hero_img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  height: auto;
}

#charactar .hero_1 {
  background: url(../img/sp/chara/bg_1.jpg) no-repeat top center;
  background-size:cover;
}

#charactar .hero_2 {
  background: url(../img/sp/chara/bg_2.jpg) no-repeat top center;
  background-size:cover;
}

#charactar .hero_3 {
  background: url(../img/sp/chara/bg_3.jpg) no-repeat top center;
  background-size:cover;
}

#charactar .hero_4 {
  background: url(../img/sp/chara/bg_4.jpg) no-repeat top center;
  background-size:cover;
}

#charactar .hero_5 {
  background: url(../img/sp/chara/bg_5.jpg) no-repeat top center;
  background-size:cover;
}

#charactar .hero_6 {
  background: url(../img/sp/chara/bg_6.jpg) no-repeat top center;
  background-size:cover;
}

#charactar .hero_7 {
  background: url(../img/sp/chara/bg_7.jpg) no-repeat top center;
  background-size:cover;
}

#charactar .hero_8 {
  background: url(../img/sp/chara/bg_8.jpg) no-repeat top center;
  background-size:cover;
}

#charactar .chara_pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.2rem !important;
  z-index: 10;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}

#charactar .chara_pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0rem 0.05rem !important;
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 1;
  border-radius: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#charactar .chara_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  position: relative;
  filter: none;
  overflow:hidden;
}

#charactar .chara_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  display: block;
  width: .5rem;
  height: 1rem;
  position: absolute;
  top: 1px;
  left: -100%;
  content: "";
  background: linear-gradient(90deg,  transparent, hsl(0deg 0% 100% / 60%), transparent);
  transition: all .65s;
  -webkit-animation: cg 2s linear infinite;
  animation: cg 2s linear infinite;
}
@-webkit-keyframes cg {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

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

  to {
    left: 100%
  }
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(../img/sp/chara/icon_1.png) center center no-repeat;
  background-size:cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(../img/sp/chara/icon_2.png) center center no-repeat;
  background-size:cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(../img/sp/chara/icon_3.png) center center no-repeat;
  background-size:cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../img/sp/chara/icon_4.png) center center no-repeat;
  background-size:cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../img/sp/chara/icon_5.png) center center no-repeat;
  background-size:cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(6) {
  background: url(../img/sp/chara/icon_6.png) center center no-repeat;
background-size:cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(7) {
  background: url(../img/sp/chara/icon_7.png) center center no-repeat;
  background-size: cover;
}

#charactar .chara_pagination .swiper-pagination-bullet:nth-child(8) {
  background: url(../img/sp/chara/icon_8.png) center center no-repeat;
  background-size:cover;
}

#charactar .js-character__slider__itemimg {
  display: block;
}

#feature {
    width: 100%;
    height: 100%;
    min-height: 7.7rem;
    background: url(../img/sp/feature/feature_bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
    padding: 0.2rem 0;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  /* background: #fff; */
  /* margin: 0.8rem auto 0 auto; */
  padding: 0 0 0 0 !important;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

#feature .feature-slider .swiper-slide {
  width: 100%;
  /* height: 5rem; */
  /* background: #fff; */
  margin: 0 auto;
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
  display: flex;
  justify-content: center;
}

#feature .feature-slider .swiper-slide img {
  width: 78%;
  min-width: 3rem;
  display: block;
  margin: 0 auto;
  border: 10px solid #fff;
}

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

#feature .feature_pagination {
  width: 50%;
  /* margin: 0.8rem auto 0 auto; */
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  justify-content: space-evenly;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  display: inline-block;
  border-radius: 100%;
  background: url(../img/dot_off.png) no-repeat center center;
  background-size:100%;
  opacity: 1;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../img/dot_on.png) no-repeat center center;
  background-size:100%;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0;
}

#feature .feature_pagination span {
  margin: 0.03rem 0 !important;
  font-size: 0;
}

#feature .feature_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

#feature .js-feature__prevbtn,#feature .js-feature__nextbtn {
  display:none;
}

#world {
    width: 100%;
    height: 100%;
  /* min-height:7rem; */
    background: url(../img/sp/world/world_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 0.2rem 0;
}

#world .world_text {
    width: 98%;
    display: block;
    margin: 0.2rem auto;
}

#charactar2 {
    width: 100%;
    height: 100%;
    /* background: url(../img/sp/chara/bg6.jpg) no-repeat center center; */
    /* background-size: cover; */
    padding: 0.2rem 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: 0.8rem;
    height: 0.8rem;
    margin: 0 0.05rem 0 0.05rem !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: url(../img/sp/spec/bg7.jpg) no-repeat center top; */
    background-size: cover;
    padding: 0.3rem 0 0;
    color: #e3e3e3;
    background: #1c242a;
}

#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: 2rem;
  margin: 0 0 0.2rem 0;
}

#spec .spec_inner .spec_table {
  width: 95%;
  font-size: 0.14rem;
  border-collapse: separate;
  border-spacing: 0 10px 0 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  height: 2rem;
}

#spec .spec_inner .spec_table th {
  border: 1px solid #1c242a;
  padding: 3px;
  width: 20%;
  text-align: center;
  margin-right: 3px;
  vertical-align: middle;
  background-color: rgb(255 255 255 / 45%);
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  background-color: rgb(255 255 255 / 45%);
  border: 1px solid #1c242a;
  /* white-space: nowrap; */
}

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

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

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

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

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

#foot_link,#foot_link_ed {
  /* display:none; */
}

.down {
    display: none;
}

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

#foot_link ul span {
    display: none;
}

#foot_link ul li {}

.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 screen and (min-width:750px) and (max-width:799px) {
  html {
    font-size: 100px;
  }
}

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

  html {
    font-size: 91px;
  }
}

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

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

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

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

}

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

}


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

}

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


body#finish {
  background-image: none;
  background-color: #fff;
}
body#finish #wrapper {
  background-image: none;
}
body#finish .finish {
  padding: 0;
  background-color: #fff;
}
body#finish .company_info {
  background: #ffffff url(../img/foot_bg.jpg) repeat-x top left;
  padding: 20px;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
body#finish .company_info img {
  margin: 0 auto;
  width: 186px;
  height: 69px;
}
body#finish .company_info div {
  margin: 0px 0px 0px 0px;
}
body#finish .company_info ul {
  margin-bottom: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}
body#finish .company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}
body#finish .company_info ul li a {
  color: #fff;
}
body#finish .company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}
body#finish .company_info p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  color: #000000;
}

#finish_body {
  padding: 0 0 0 0;
}
#finish_body img {
  display: block;
  width: 100%;
}

body#finish .finish .return {
  /* position: absolute; */
  width: 45%;
  /* height: 74px; */
  left: 50%;
  /* transform: translateX(-50%); */
  margin-top: -100px;
  background: url(
  ../img/return_btn.png) no-repeat center center;
  background-size: 100%;
}
#finish_body div{
  display:flex;
  width: 95%;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}
body#finish .finish .go_website {
  /* position: absolute; */
  width: 45%;
  /* height: 74px; */
  left: 50%;
  /* transform: translateX(-50%); */
  margin-top: -100px;
  background: url(
  ../img/go_website.png) no-repeat center center;
  background-size: 100%;
}
