@charset "UTF-8";
/*====================
{{パソコンを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/
.faderight {
  opacity: 0;
  transform: translateX(6vw);
}

.faderight[data-scroll] {
  transition: 1s ease-in-out;
}

.faderight[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}

.faderight[data-scroll="out"] {
  opacity: 0;
  transform: translateX(6vw);
}

.fadeleft {
  opacity: 0;
  transform: translateX(-6vw);
}

.fadeleft[data-scroll] {
  transition: 1s ease-in-out;
}

.fadeleft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
}

.fadeleft[data-scroll="out"] {
  opacity: 0;
  transform: translateX(-6vw);
}

.fadeup {
  opacity: 0;
  transform: translateY(5vh);
}

.fadeup[data-scroll] {
  transition: 0.6s ease-in;
}

.fadeup[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0);
}

.fadeup[data-scroll="out"] {
  transform: translateY(5vh);
}

.fadeopa {
  opacity: 0;
}

.fadeopa[data-scroll] {
  transition: 0.6s ease-in;
}

.fadeopa[data-scroll="in"] {
  opacity: 1;
}

@keyframes updown {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-2vh);
  }
}

@keyframes bigsmall {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1.1);
  }
}

.bigsmall {
  animation: bigsmall2 2s linear 1.6s infinite normal;
}

@keyframes rotate1 {
  0%,
  50%,
  100% {
    transform: rotate(0deg) translateY(0) translateX(0);
  }
  25% {
    transform: rotate(-1deg) translateY(0.3vh) translateX(-1vw);
  }
  75% {
    transform: rotate(1deg) translateY(0.3vh) translateX(1vw);
  }
}

@keyframes open {
  30% {
    opacity: 1;
    transform: scale(1.5);
  }
  40%,
  60%,
  80% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.4);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fade_open {
  transform: scale(0);
  opacity: 0;
  animation: open 2s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}

@keyframes open_opacity {
  100% {
    opacity: 1;
  }
}

.open_opacity {
  opacity: 0;
  animation: open_opacity 2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

@keyframes mergo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  40% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.mergo[data-scroll="in"] {
  animation: mergo 1.2s ease 0.5s 1 normal;
}

html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 599px) {
  html {
    font-size: 52%;
  }
}

body {
  font-size: 1.6em;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

.contents_wrap {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

/* ---------------------------------------- 
 - 共通
---------------------------------------- */
h1,
h2,
h3,
h4,
p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
}

.imgw {
  display: block;
  width: 100%;
  height: auto;
}

.imgh {
  display: block;
  width: auto;
  height: 100%;
}

.pc {
  display: block;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 960px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sp {
    display: block !important;
  }
}

.no_sp {
  display: block;
}

@media screen and (max-width: 960px) {
  .no_sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .no_sp {
    display: none !important;
  }
}

.u-color-white {
  color: #fff;
}

.u-color-red {
  color: #ca3b32;
}

.u-color-red2 {
  color: #f42c2c;
}

.font-right {
  text-align: right;
}

@media screen and (max-width: 599px) {
  .font-right {
    text-align: left;
  }
}

.font-right02 {
  display: block;
  text-align: right;
  margin: 0 0 0 auto;
}

.font-center {
  text-align: center;
}

.font-s2 {
  font-size: 2rem;
  letter-spacing: 1px;
}

.font-s1_7 {
  font-size: 1.7rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s1_7 {
    font-size: 2.4rem;
  }
}

.font-s2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.font-s2_8 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.font-s3_7 {
  font-size: 3.7rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s3_7 {
    font-size: 2.6rem;
  }
}

.font-s4_7 {
  font-size: 4.7rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s4_7 {
    font-size: 2.7rem;
  }
}

.font-s6 {
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s6 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 350px) {
  .font-s6 {
    font-size: 3.6rem;
  }
}

.font-s7 {
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s7 {
    font-size: 5rem;
  }
}

.font-s8 {
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s8 {
    font-size: 5rem;
  }
}

.font-s9 {
  font-size: 9.4rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s9 {
    font-size: 6rem;
  }
}

.font-s10 {
  font-size: 10.1rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s10 {
    font-size: 7rem;
  }
}

.font-s11 {
  font-size: 11.7rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s11 {
    font-size: 4.4rem;
  }
}

.font-s15 {
  font-size: 15.2rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s15 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 350px) {
  .font-s15 {
    font-size: 5rem;
  }
}

.font-s22 {
  font-size: 22.7rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .font-s22 {
    font-size: 9.5rem;
  }
}

@media screen and (max-width: 350px) {
  .font-s22 {
    font-size: 7rem;
  }
}

.font-h12 {
  line-height: 1.2;
}

.font-h14 {
  line-height: 1.4;
}

.font-h16 {
  line-height: 1.6;
}

.font-h18 {
  line-height: 1.8;
}

.font-tit {
  font-weight: 900;
  color: #000;
  text-shadow: -1px -1px 0px #fff, 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 0px 0px 1px #fff;
}

.tit_left {
  position: relative;
  width: fit-content;
  padding-left: 19%;
}

.tit_left:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 100%;
  bottom: -10px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .tit_left {
    padding-left: 10%;
  }
}

@media screen and (max-width: 1250px) {
  .tit_left {
    padding-left: 5%;
  }
}

@media screen and (max-width: 960px) {
  .tit_left {
    padding-left: 2%;
  }
}

.tit_right {
  position: relative;
  width: fit-content;
  padding-right: 19%;
  margin-left: auto;
}

.tit_right:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 100%;
  bottom: -10px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .tit_right {
    padding-right: 10%;
  }
}

@media screen and (max-width: 1250px) {
  .tit_right {
    padding-right: 5%;
  }
}

@media screen and (max-width: 960px) {
  .tit_right {
    padding-right: 2%;
  }
}

.bar_right {
  background-color: #fff;
  height: 2px;
  width: 50%;
  margin: 30px 0 20px auto;
}

.bar_left {
  background-color: #fff;
  height: 2px;
  width: 50%;
  margin: 30px auto 20px 0;
}

.txt_wrap {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}

.txt_row_wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.col_center {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  vertical-align: middle;
  -webkit-align-items: center;
  align-items: center;
}

.row_center {
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.cv_wrap {
  background-color: #1dcd00;
  border-radius: 20px;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1050px;
  width: 96%;
  margin: 100px auto 0;
  padding: 20px 0;
  color: #fff;
  z-index: 0;
  box-shadow: 8px 8px 0px #fff;
  animation: updown 2s linear 0s infinite normal;
}

.cv_wrap:hover .cv_arrow {
  transform: translateX(20px);
}

@media screen and (max-width: 599px) {
  .cv_wrap {
    margin: 40px auto 0;
    padding: 14px 0;
    box-shadow: 4px 4px 0px #fff;
    border-radius: 15px;
  }
  .cv_wrap:hover .cv_arrow {
    transform: translateX(10px);
  }
}

.cv_txt_wrap {
  width: calc(100% - 270px);
  line-height: 1.2;
  z-index: 1;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  .cv_txt_wrap {
    font-size: 6rem;
  }
}

@media screen and (max-width: 599px) {
  .cv_txt_wrap {
    width: calc(100% - 110px);
    font-size: 3rem;
  }
}

@keyframes btn-anime {
  0% {
    transform: scale(0.2);
  }
  90% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

.cv_arrow {
  margin: 0 0 0 30px;
  position: relative;
  z-index: 0;
  font-size: 11rem;
  font-weight: 900;
  transition-duration: 300ms;
}

@media screen and (max-width: 599px) {
  .cv_arrow {
    font-size: 8rem;
    margin: -7px 0 0 10px;
    width: fit-content;
  }
}

.cv_txt02 {
  text-align: right;
}

/* ---------------------------------------- 
 - 個別
---------------------------------------- */
.top {
  background-image: url(../image/top_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 40px 0 50px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 960px) {
  .top {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 599px) {
  .top {
    padding: 20px 0 30px;
  }
}

.top.last_sec {
  padding: 40px 0 100px;
}

@media screen and (max-width: 960px) {
  .top.last_sec {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 599px) {
  .top.last_sec {
    padding: 20px 0 60px;
  }
}

.top__txt01 {
  line-height: 1.2;
  margin-top: 230px;
}

@media screen and (max-width: 599px) {
  .top__txt01 {
    font-size: 6rem;
    margin-top: 100px;
  }
}

@media screen and (max-width: 350px) {
  .top__txt01 {
    font-size: 4.6rem;
  }
}

.top__img01 {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.top__img01 img {
  max-width: 1200px;
  margin: 0 auto;
}

.top__inner01 {
  margin: 30px auto 0;
}

@media screen and (max-width: 599px) {
  .top__inner01 {
    margin: 0 auto 0;
  }
}

.top__inner02 {
  margin: 0 auto 0;
}

@media screen and (max-width: 599px) {
  .top__inner02 {
    margin-right: 0;
    font-weight: 400;
    font-size: 2rem;
  }
}

.top__inner03 {
  display: block;
  text-align: right;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 599px) {
  .top__inner03 {
    margin: 0 0 0 auto;
    line-height: 1.2;
    text-align: left;
    font-size: 4rem;
  }
  .top__inner03 .big {
    font-size: 4.1rem;
  }
}

@media screen and (max-width: 350px) {
  .top__inner03 .big {
    font-size: 3.4rem;
  }
}

.top__txt02 {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .top__txt02 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 599px) {
  .top__txt02 {
    margin-top: 30px;
    line-height: 1.3;
  }
}

.top__txt03 {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .top__txt03 {
    margin-top: 20px;
    line-height: 1.2;
  }
}

.top__txt04 {
  margin: 15px 0 0;
  width: 96vw;
  font-size: 2.9rem;
  line-height: 1.4;
}

@media screen and (max-width: 350px) {
  .top__txt04 {
    font-size: 2.4rem;
  }
}

.top__txt05 {
  font-size: 7.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .top__txt05 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 599px) {
  .top__txt06 {
    font-size: 3.3rem;
    line-height: 1.5;
  }
}

.top__img02 {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .top__img02 {
    width: 30px;
    margin-right: 5px;
  }
}

.top__row {
  margin: 0 auto;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  text-align: center;
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

.road {
  padding: 60px 0 10px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 599px) {
  .road {
    padding: 30px 0 10px;
  }
}

.road__img01 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.road__img01 img {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .road__img01 {
    top: 30px;
  }
}

.road__txt01 {
  margin-top: 80px;
}

@media screen and (max-width: 599px) {
  .road__txt01 {
    margin-top: 30px;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}

.road__txt02 {
  margin-top: 80px;
}

@media screen and (max-width: 599px) {
  .road__txt02 {
    margin-top: 30px;
    line-height: 1.4;
  }
}

.about {
  background-image: url(../image/about_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 180px 0 30px;
}

@media screen and (max-width: 599px) {
  .about {
    padding: 30px 0 0;
  }
}

.about__wrap {
  margin-top: 20px;
}

.about__mov {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 0;
}

.about__mov:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.about__mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about__txt01 {
  width: fit-content;
  margin: 0 auto;
}

.about__txt02 {
  margin-top: 80px;
}

@media screen and (max-width: 599px) {
  .about__txt02 {
    margin-top: 30px;
    line-height: 1.3;
    font-size: 2.8rem;
  }
}

.about__txt03 {
  margin-top: 80px;
}

@media screen and (max-width: 599px) {
  .about__txt03 {
    margin-top: 30px;
  }
}

.about__txt04 {
  margin: 0 0 0 auto;
}

.skill {
  background-image: url(../image/skill_bg01.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: top;
  padding: 100px 0;
}

@media screen and (max-width: 1400px) {
  .skill {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 599px) {
  .skill {
    padding: 30px 0 20px;
  }
}

.skill__txt02 {
  max-width: 1160px;
  margin: 40px auto 0;
}

@media screen and (max-width: 599px) {
  .skill__txt02 {
    line-height: 1.4;
  }
}

.skill__txt03 {
  text-align: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 599px) {
  .skill__txt03 {
    margin: 20px auto 0;
  }
}

.step {
  padding: 180px 0 50px;
}

@media screen and (max-width: 599px) {
  .step {
    padding: 40px 0 40px;
  }
}

@media screen and (max-width: 599px) {
  .step__txt01 {
    line-height: 1.4;
  }
}

.step__wrap01 {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

.step__img01 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.step__txt02 {
  margin: 60px auto 0;
}

@media screen and (max-width: 599px) {
  .step__txt02 {
    margin: 50px auto 0;
    font-size: 5rem;
    line-height: 1.4;
  }
}

.step__txt03 {
  width: 50%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 599px) {
  .step__txt03 {
    width: 100%;
    margin: 0 auto;
  }
}

.step__img02, .step__img03 {
  position: absolute;
  max-width: 860px;
  top: 0px;
}

.step__img02 {
  left: 0;
}

.step__img03 {
  right: 0;
}

.step__txt04 {
  margin: 50px auto 0;
}

@media screen and (max-width: 599px) {
  .step__txt04 {
    margin: 30px auto 0;
    line-height: 1.4;
  }
}

.message {
  padding: 30px 0;
}

@media screen and (max-width: 599px) {
  .message {
    padding: 20px 0;
  }
}

.message__txt01 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
}

.message__txt01 span {
  font-size: 3.6rem;
  color: #ca3b32;
}

@media screen and (max-width: 599px) {
  .message__txt01 {
    font-size: 2.4rem;
    text-align: justify;
  }
  .message__txt01 span {
    font-size: 2.6rem;
  }
}

.partner__wrap01 {
  position: relative;
  padding: 100px 0;
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .partner__wrap01 {
    margin: 20px auto 0;
    padding: 30px 0;
  }
}

.partner__img01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.partner__wrap02 {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .partner__wrap02 {
    margin: 10px auto 0;
  }
}

.partner__img02 {
  width: 36%;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .partner__img02 {
    width: 60%;
    margin: 40px auto 0;
  }
}

.partner__inner {
  width: 55%;
}

@media screen and (max-width: 599px) {
  .partner__inner {
    width: 100%;
  }
}

.partner__bar {
  height: 2px;
  width: 90%;
  margin: 20px 0 10px;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .partner__txt02 {
    text-align: justify;
  }
}

.partner__txt03 {
  font-size: 34rem;
  font-weight: bold;
  text-align: center;
  margin-top: -170px;
}

@media screen and (max-width: 599px) {
  .partner__txt03 {
    font-size: 11rem;
    margin-top: 0;
  }
}

.partner__wrap03 {
  margin: 50px auto 0;
  padding: 100px 0;
  background-image: url(../image/partner_img03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (max-width: 599px) {
  .partner__wrap03 {
    margin: 40px auto 0;
    padding: 50px 0;
  }
}

.partner__img03 {
  margin: 50px auto 0;
}

.partner__txt05 {
  margin: 20px auto 0;
}

@media screen and (max-width: 599px) {
  .partner__txt05 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 599px) {
  .partner__txt04 {
    font-size: 3.6rem;
  }
}

.partner__txt06 {
  margin: 20px auto 0;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.6px;
}

.partner__txt07 {
  text-align: right;
  font-size: 5rem;
  font-weight: bold;
  margin: 20px 0 0;
}

.partner__txt08 {
  text-align: right;
  font-size: 2.6rem;
  line-height: 1.6;
  margin: 20px 0 0;
}

/********* footer **********/
footer {
  text-align: center;
  padding: 20px;
  background-color: #000;
  color: #fff;
}

footer a {
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer {
    padding: 10px 0 90px;
  }
}

.footer_sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .footer_sp {
    display: block;
    position: fixed;
    background-color: #020202;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
  }
}

.footer_btn {
  display: block;
  font-weight: 900;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

.footer_btn span {
  color: #ca3b32;
  font-weight: 900;
  transition-duration: 300ms;
}
