@charset "UTF-8";
/* 簡易リセットCSS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
}

.particle-network-animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  pointer-events: none;
  z-index: 5;
  opacity: 0.6;
}

.particle-network-animation::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  opacity: 0.2;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: .24rem;
}

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

html {
  font-size: 16px;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  display: none;
}

.fade-in-up {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
}

.delay-400 {
  animation-delay: 0.4s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-600 {
  animation-delay: 0.6s;
}

body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

header{
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 3.75rem;
}

.sp_header {
  display: none;
}

header nav {
  width: 100%;
  position: relative;
  transition: 0.3s;
  background: #f3e5cf;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: .125rem solid #544a49;
  margin-top: 0;
  border-radius: 0 0 1.5625rem 1.5625rem;
}

header nav:after {
  content: "";
  width: 100%;
  height: 2.8125rem;
  background: url(../img/nav.png) no-repeat center top;
  background-size: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

header nav .menu_pc {
  width: 100%;
  max-width: 60rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  z-index: 100;
  position: sticky;
}

header nav .menu_pc li a {
  color: #3a3231;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5rem;
}

header nav .menu_pc li a:hover {
  color: #bb0408;
}

.swiper-pagination {
  transition: 0s;
  transition-delay: 0s;
}

header nav .global_pagination {
  width: 9rem;
  height: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header nav .global_pagination .gp-bullet-active {
  background-position-y: -0.6rem !important;
}

header nav .global_pagination span {
  width: 1.38rem;
  height: .6rem;
  margin: 0 .1rem !important;
  opacity: 1;
  font-size: 0;
  outline: none;
  line-height: 0;
}

.top_icon,
.menu,
.menu_open {
  display: none;
}

footer {
  background: #ffffff;
  height: 10rem;
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

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

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

footer .company_info div {
  margin: 0rem 0rem 0rem 2.5rem;
}

footer .company_info ul {
  margin-bottom: 0rem;
  font-size: 1rem;
  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 .3125rem;
  padding-left: .3125rem;
  border-left: .0625rem solid #cccccc;
}

footer .company_info ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 300;
}

footer .company_info ul li a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

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

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

.go_top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.875rem;
  z-index: 999;
  display: none;
  transition: transform 0.5s ease-in-out;
  width: 7rem;
  height: 7rem;
}

.go_top img {
  width: 100%;
}

/* Google Fonts読み込み */
/* スライダー全体 */
.vertical-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #2d2c41;
}

/* スライド */
.vertical-slider__slide {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #fff;
  z-index: -3;
}

.vertical-slider__slide>section {
  position: relative;
  z-index: 10;
}

/* SP時の文字サイズ調整 */
@media (max-width: 37.4375rem) {
  .vertical-slider__slide {
    font-size: 16vw;
  }
}

#top {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../img/pc/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  scroll-margin-top: 2rem;
}

.start_sp {
  display: none;
}

.start_pc {
  width: 43.75rem;
  height: 13.5rem;
  background: #ffffffc9;
  border: 1px solid #f30000;
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
  transform: translateX(-50%);
  /* margin-top: 13%; */
  bottom: 13%;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  justify-content: space-between;
}

.left_area {
  width: 100%;
}

.pc_title{
  width: 80%;
  display: block;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.pc_btn {
  display: flex;
  justify-content: space-around;
}

.pc_btn button {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}

.pc_btn button .start_btn1 {
  width: 18.0625rem;
  height: 5.7rem;
  /* margin-right:1rem; */
}

.pc_btn button .start_btn2 {
  width: 17.5625rem;
  height: 5.7rem;
}

.pc_btn button img {
  width: 100%;
}

.sp_top_bg {
  display: none;
}

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

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

#rewards {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 6.25rem 0;
  scroll-margin-top: 2rem;
  background: url(../img/pc/rewards/rewards_bg.jpg) no-repeat center center;
  background-size: cover;
}

#rewards h1 {
  width: 34rem;
  height: auto;
  margin: 0px auto 1.125rem;
  z-index: 100;
  position: sticky;
}

#rewards h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  width: 100%;
  max-width: 52rem;
  height: auto;
  margin: 0 auto;
  transform: translate(-13rem, 0%);
  z-index: 1;
  position: sticky;
}

.rewards_banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.rewards_banner li {
  margin: 1rem 0.5rem;
}

.rewards_banner li img {
  width: 100%;
  height: 16.18rem;
  transition: transform 0.5s ease;
}

.rewards_banner li img:hover {
  transform: scale(1.05);
}

.sp_rewards_banner {
  display: none;
}

/* chara */
#chara {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 6.25rem 0;
  scroll-margin-top: 2rem;
  background: url(../img/pc/chara/chara_bg.jpg) no-repeat center center;
  background-size: cover;
}

#chara h1 {
  width: 34rem;
  height: auto;
  margin: 0px auto 1.125rem;
  z-index: 100;
  position: sticky;
}

#chara h1 img {
  width: 100%;
}

#chara .chara_img {
  max-width: 60rem;
  height: 100%;
  margin: 2rem auto 0;
  width: 90%;
}

#chara .chara_img img {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

#chara .chara_pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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%);
  width: 6rem;
  height: 6rem;
}

#chara .chara_pagination span {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0px 0.25rem 0 !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;
}



#chara .prev,
#chara .next {
  position: absolute;
  width: 0.84rem !important;
  height: 0.77rem !important;
  top: 50%;
}

#chara .prev {
  background: url(../img/arrow_l.png) no-repeat !important;
  background-size: 100% !important;
  left: 50% !important;
  transform: translateX(-6.8rem);
}

#chara .next {
  background: url(../img/arrow_r.png) no-repeat !important;
  background-size: cover !important;
  left: auto;
  right: 50%;
  transform: translateX(6.8rem);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

#feature {
  width: 100%;
  z-index: 0;
  position: relative;
  padding: 6.25rem 0;
  scroll-margin-top: 2rem;
  background: url(../img/pc/feature/feature_bg.jpg) no-repeat center center;
  background-size: cover;
}

#feature h1 {
  width: 34rem;
  height: auto;
  margin: 0px auto 1.125rem;
  z-index: 100;
  position: sticky;
}

#feature h1 img {
  width: 100%;
}

#feature .feature-slider {
  position: relative;
  z-index: 2;
  min-width: 62.5rem;
  width: 90%;
  max-width: 87.5rem;
  margin: 3.125rem auto 0 auto;
  padding: 0 0 3.125rem 0 !important;
  filter: drop-shadow(.1875rem .1875rem .1875rem rgba(0, 0, 0, 0.3));
}

#feature .feature-slider .swiper-slide {
  width: 60.4375rem;
  margin: 0 auto;
  /* opacity: 0.4; */
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.8);
}

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

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

#feature .prev svg {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, 0);
  display: flex;
  z-index: 100;
  fill: #182b42;
  cursor: pointer;
  display: none;
}

#feature .next svg {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translate(-50%, 0);
  display: flex;
  z-index: 100;
  fill: #182b42;
  cursor: pointer;
  display: none;
}

#feature .next svg:hover,
#feature .prev svg:hover {
  fill: #2d4f78;
}

#world {
  width: 100%;
  background: url(../img/pc/world/world_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 8.25rem 0;
  scroll-margin-top: 2rem;
  overflow: hidden;
}

#world:after {
  content: "";
  width: 100%;
  max-width: 60rem;
  height: 100%;
  scroll-margin-top: 2rem;
  background: url(../img/pc/world/character.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(0rem);
  top: 4rem;
  animation: gentle-float 3s ease-in-out infinite;
}

@keyframes gentle-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-1rem);
  }
}

#world h1 {
  width: 24rem;
  height: auto;
  margin: 0rem auto 3.125rem;
  z-index: 100;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
}

#world h1 img {
  width: 100%;
}

#world .world_text {
  width: 55.6875rem;
  display: block;
  margin: 0 auto;
  transform: translate(-8rem, 0%);
  z-index: 1;
  position: sticky;
}

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

#spec {
  width: 100%;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
  background-size: 100%;
  padding: 4.125rem 0 0;
  scroll-margin-top: 2rem;
  z-index: 6;
  position: sticky;
}

.spec_info {
  padding: 0rem 0 8.25rem;
}

#spec h1 {
  width: 6.86rem;
  height: 1rem;
  margin: 1.2rem auto .2rem;
  z-index: 100;
  position: sticky;
}

#spec h1 img {
  width: 100%;
}

.assist {
  width: 100%;
  max-width: 56.25rem;
  margin: 2rem auto;
  color: #fff;
  background: rgb(0 0 0 / 45%);
  padding: 2rem;
}

.assist h2 {
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

#spec .spec_inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 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: row;
  align-items: center;
}

#spec .spec_inner img {
  display: block;
  width: 13.125rem;
  border-radius: 1.25rem;
  border: .25rem solid #fff;
}

#spec .spec_inner .spec_table {
  font-size: .9375rem;
  border-collapse: separate;
  border-spacing: .25rem;
  color: #fff;
}

#spec .spec_inner .spec_table th {
  padding: .3125rem;
  width: 8.75rem;
  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 1em;
  background-color: rgb(0 0 0 / 45%);
}

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

#spec .notice {
  line-height: 2;
  font-size: 1rem;
  display: block;
  margin: 3.125rem auto 0;
  width: 100%;
  background: rgb(0 0 0 / 45%);
  max-width: 56.25rem;
  padding: 1em 2em;
  color: #fff;
}

#spec .notice span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.hide4 {
  display: none;
}

body#finish {
  min-width: 9rem;
  background-image: none;
  background-color: #fff;
}

body#finish #wrapper {
  background-image: none !important;
}

body#finish footer {
  position: static;
}

.finish {
  background-image: none !important;
}

#finish_body {
  min-width: 9rem;
  height: 57rem;
  width: 100%;
  background: url(../img/pc/finish.jpg) no-repeat center top;
  background-size: cover;
}

body#finish .finish .return {
  position: absolute;
  width: 24rem;
  height: 6rem;
  left: 50%;
  transform: translate(-31rem, 0);
  bottom: 17.5rem;
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
}

@media only screen and (min-width:2000px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
  html {
    font-size: 15px;
  }

}

@media only screen and (min-width:1440px) and (max-width:1599px) {
  html {
    font-size: 13px;
  }
}


@media only screen and (min-width:1334px) and (max-width:1439px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width:1280px) and (max-width:1333px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width:1100px) and (max-width:1279px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width:700px) and (max-width:1099px) {
  html {
    font-size: 12px;
  }
}

.noScllor {
  height: 100vh;
  overflow: hidden;
}

.noScllor #top,
.noScllor #bonus {
  filter: blur(20px);
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  width: 25rem;
  height: 12.5rem;
  margin: -7.5rem 0 0 -13.75rem;
  padding: 20px;
  text-align: center;
}

.modal p {
  margin-bottom: 1em;
  max-width: 90vw;
}

.modal .modal_inner {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  height: 100vh;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 1000;
}

.notice_logo {
  margin: 0 0 1rem 0;
}

.modal .modal_inner span {
  position: relative;
  display: inline-block;
  background-color: #1f1f1f;
  padding: .625rem .625rem 0rem .625rem;
  border-radius: .625rem;
  color: #fff;
  border: .0625rem solid #f3f3f3;
}

.modal .check .check-button {
  outline: none;
  border: none;
  color: #000;
  font-weight: bold;
  background: url(../img/check_btn.png) no-repeat;
  background-size: contain;
  width: 15rem;
  height: 3.75rem;
  margin: 1.5rem;
  cursor: pointer;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .lity-container {
    max-width: 90vw !important;
  }
}
.head_lule_box{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  font-weight:600;
  font-size: 0.875rem !important;
}
.head_lule_box_left,.head_lule_box_right {
  width: 50%;
  padding: 0.25rem 0.75rem;
  line-height: 1.2 !important;
  color: #000000 !important;
  text-align: left !important;
  text-decoration: none !important;
  
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  display: flex;
  flex-wrap: wrap;
}

.head_lule_box .specification{
  margin:0 auto;
}

.head_lule_box .title_policy{
  margin-right:0.5rem;
}

.head_lule_box .title_policy a{
  color:#ff0000;
}

@media screen and (max-width: 768px) {
  .head_lule_box_left{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 80%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 5%; */
    padding: .5rem .625rem;
    /* transform: translate(0px, 0); */
    line-height: 2 !important;
    color: #000000 !important;
    font-weight: 600;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 2.4vw !important;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  }
}

.head_lule_box_left span {
  /* padding: .3125rem; */
}

.head_lule_box_left input {
  vertical-align: middle;
  margin-right: 0.5rem;
}

#foot_link{
  justify-content: center;
  position: fixed;
  display: flex;
  align-items: center;
  background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
  background: #000000e8;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 6rem;
}

#foot_link .foot_title{
  width: 100%;
  max-width: 27.75rem;
  height: 4.6875rem;
  /* color: #fff; */
  display: block;
}
#foot_link .foot_btn{
  width: auto;
  height: 5rem;
  display: flex;
  margin: 0 0.1rem;
  box-sizing: border-box;
  align-items: center;
}

#foot_link .foot_btn button{
  margin:0 0.5rem;
}

#foot_link .foot_btn button img {
  width: auto;
  height: 4.5rem;
  box-sizing: border-box;
}