@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #000000;
}
body img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body a,
body button {
  display: block;
  color: #ffffff;
  word-wrap: break-word;
  line-break: anywhere;
}

section,
main,
header,
footer {
  position: relative;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@supports (aspect-ratio: 1) {
  .main {
    flex: 1;
  }
}
.main::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 38rem;
  background: linear-gradient(to bottom, black 0%, black 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.main > * {
  overflow: hidden;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 72.33%;
  /* width: calc(400 / 750 * 100%); */
  /* width: calc(550 / 750 * 100%); */
  z-index: 2;
}

.inner02 {
  position: relative;
  margin: 0 auto;
  width: 95.33%;
  /* width: calc(400 / 750 * 100%); */
  /* width: calc(550 / 750 * 100%); */
  z-index: 2;
  top: 40px;
}

.main p,
.main dd {
  line-height: 1.8;
}
.main p a,
.main dd a {
  display: inline;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .main p a,
  .main dd a {
    transition-property: color;
  }
  .main p a:hover,
  .main dd a:hover {
    color: #878268;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
    .is-sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
    .is-pc {
    display: block !important;
  }
    .is-sp {
    display: none !important;
  }
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  body {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
  body a,
  body button {
    transition: transform 0.3s ease, filter 0.2s ease;
    backface-visibility: hidden;
  }
  body a:hover,
  body button:hover {
    transform: translateY(5px);
    filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.6)) !important;
  }
  .inner,
  .inner02 {
    width: calc(1240 / 1920 * 100%);
    max-width: 1240px;
  }
  .br-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ff-en {
  font-family: "Syne", sans-serif;
}

.movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn01 {
  position: relative;
  padding: 1.25em 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 106%;
  letter-spacing: 0.3em;
  background-color: #000000;
  filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
}
.btn01::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -0.25em;
  margin: auto 0;
  width: 1.7em;
  height: 0.8em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 26"><path d="M614.857,3419.99l-0.026.01c0.015,0.16.025,0.32,0.025,0.48,0,6.11-.173,9.26-11.141,12.76,10.968,3.5,11.141, 6.15,11.141,12.75h0l35.135-13Zm-16.507,9.34a3.33,3.33,0,1,1-3.354,3.33A3.341,3.341,0,0,1,598.35,3429.33Z" transform="translate(-595 -3420)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 26"><path d="M614.857,3419.99l-0.026.01c0.015,0.16.025,0.32,0.025,0.48,0,6.11-.173,9.26-11.141,12.76,10.968,3.5,11.141, 6.15,11.141,12.75h0l35.135-13Zm-16.507,9.34a3.33,3.33,0,1,1-3.354,3.33A3.341,3.341,0,0,1,598.35,3429.33Z" transform="translate(-595 -3420)" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ab9317;
}

.btn02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.btn02 a {
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
}
.btn02 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.5em;
  height: 1.5em;
  transition: left 0.3s ease;
}

.btn03 {
  font-size: 3rem;
    margin: 0 auto;
    border-radius: 27px;
    max-width: 450px;
    padding: 11px 46px;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    background-color: #000;
    transition: background-color 0.5s ease, left 0.3s ease; /* ← 追加と変更 */
}
.btn03 a {
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
}
.btn03 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.5em;
  height: 1.5em;
  transition: left 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn03:hover {
    left: 0.3em;
    background-color: #ca63e4; /* ← 紫色に変更 */
  } 
  .btn03 a:hover {
    transform: translate(0);
  }
  .btn03 a:hover svg {
    left: 0.3em;
  }
}

.btn04 {
  font-size: 2.2rem;
    margin: 0 auto;
    border-radius: 27px;
    max-width: 350px;
    padding: 8px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    background-color: #fe149d;
    transition: background-color 0.5s ease, left 0.3s ease; /* ← 追加と変更 */
}
.btn04 a {
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
}
.btn04 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.5em;
  height: 1.5em;
  transition: left 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn04:hover {
    left: 0.3em;
    background-color: #ca63e4; /* ← 紫色に変更 */
  } 
  .btn04 a:hover {
    transform: translate(0);
  }
  .btn04 a:hover svg {
    left: 0.3em;
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    position: sticky;
  }
  .header-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    padding: 0 calc(47.5 / 1920 * 100%);
    width: calc(1795 / 1920 * 100%);
    background: url(../images/common/bg_pattern05.jpg) repeat center/20rem auto;
    border-bottom-left-radius: 30px;
  }
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .header-inner {
    flex-shrink: 0;
    margin-right: 3rem;
    padding: 0;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .header-logo {
    min-width: 32.2rem;
    padding: 2.1rem;
    background: url(../images/common/bg_pattern05.jpg) repeat center/20rem auto;
    -webkit-mask: url(../images/common/bg_header_logo.png) no-repeat center/100% 100%;
            mask: url(../images/common/bg_header_logo.png) no-repeat center/100% 100%;
  }
}
@media screen and (min-width: 768px) {
  .header-logo {
    display: contents;
  }
}
.header-logo h1 {
  /* width: 5.5em; */
  width: 9.5em;
}
.header-logo h2 {
  margin-left: 0.82em;
}
.header-logo h2 a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #d63b64;
}
@media screen and (min-width: 768px) {
  .header-logo a {
    transition-property: opacity;
  }
  .header-logo a:hover {
    transform: translateY(0);
    opacity: 0.6;
  }
}
.header.is-active .btn-menu span {
  right: 0.8em;
}
.header.is-active .btn-menu span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.header.is-active .btn-menu span:nth-of-type(2) {
  right: 100%;
  opacity: 0;
}
.header.is-active .btn-menu span:nth-of-type(3) {
  bottom: -0.2em;
  transform: rotate(45deg);
}

.btn-menu {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 12em;
  height: 12em;
  font-size: 1rem;
  background: url(../images/common/bg_pattern05.jpg) repeat center/20rem auto;
  -webkit-mask: url(../images/common/bg_btn_menu.png) no-repeat center/100% 100%;
          mask: url(../images/common/bg_btn_menu.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5em;
  height: 3.6em;
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.4em;
  background-color: #ffffff;
  transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
  transform-origin: top right;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 0.2em);
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
  transform-origin: bottom right;
}

.nav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20rem 0 120px;
  background-color: #f469a9;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    display: block !important;
    background-color: transparent !important;
    margin-left: auto;
    padding: 0;
    width: auto;
    height: 100%;
    overflow: visible;
  }
}
.nav > .inner {
  width: calc(600 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .nav > .inner {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 100%;
    padding: 0;
    max-width: initial;
  }
}
.nav-menu {
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 768px) {
  .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu > li {
    position: relative;
    position: relative;
    border-bottom: 1px solid #c8869a;
  }
  .nav-menu > li::before, .nav-menu > li::after {
    content: "";
    position: absolute;
    display: block;
    bottom: calc(-0.45rem - 0.5px);
    left: 0;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #c8869a;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  .nav-menu > li::after {
    left: auto;
    right: 0;
    transform: scale(-1, 1);
  }
}
.nav-menu > li > a {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav-menu > li > a {
    width: auto;
    height: 100%;
    min-height: 10.3rem;
  }
  .nav-menu > li > a img {
    transition: opacity 0.3s ease;
  }
  .nav-menu > li > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 1;
  }
  .nav-menu > li > a:hover {
    transform: translateY(0);
  }
  .nav-menu > li > a:hover img {
    opacity: 0;
  }
  .nav-menu > li > a:hover::after {
    opacity: 1;
  }
}
.nav-menu > li.nolink a {
  pointer-events: none;
  filter: grayscale(1) opacity(0.5);
}
@media screen and (min-width: 768px) {
  .nav-menu > li.nav01 a::after {
    background-image: url(../images/nav/nav001-pc-tokyo.png);
  }
  .nav-menu > li.nav02 a::after {
    background-image: url(../images/nav/nav002-pc-tokyo.png);
  }
  .nav-menu > li.nav03 a::after {
    background-image: url(../images/nav/nav003-pc-tokyo.png);
  }
  .nav-menu > li.nav04 a::after {
    background-image: url(../images/nav/nav004-pc-tokyo.png);
  }
  .nav-menu > li.nav05 a::after {
    background-image: url(../images/nav/nav05-pc-tokyo.png);
  }
  .nav-menu > li.nav06 a::after {
    background-image: url(../images/nav/nav06-pc-tokyo.png);
  }

}
.nav-sns {
  display: flex;
  justify-content: center;
  gap: 0 0.4em;
  font-size: 14rem;
  align-items: center;
}

.nav-sns li {
  background-color: #080808;
    background: url(../images/common/bg_pattern05.jpg) repeat center/20rem auto;
    -webkit-mask: url(../images/common/bg_menu_x.png) no-repeat center/100% 100%;
            mask: url(../images/common/bg_menu_x.png) no-repeat center/100% 100%;
}
.nav-sns li a {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 1em;
    height: 1em;
    padding: 5px;
  /* background-color: #080808; */
  border-radius: 50%;  
}
.nav-sns li a svg {
  width: 48%;
  height: 48%;
  fill: #fff;
}
  .nav-sns p {
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: -0.08em;
    /* margin-right: 1em; */
    padding-left: 30px;
  }
.nav-sns li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {

  .nav-sns li a {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 2em;
      height: 2em;
      padding: 5px;
    background-color: #e917a0;
    border-radius: 50%;
  }
  .nav-sns li a svg {
    width: 38%;
    height: 38%;
    fill: #c8869a;
  }
  .nav-sns {
    margin-left: 1em;
    gap: 0 0.75em;
    font-size: 3rem;
    width: 150px;
  }
  .nav-sns li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-sns li a {
    /* background-color: transparent; */
  }
  .nav-sns li a:hover {
    transform: translateY(0);
  }
  .nav-sns li a:hover svg {
    fill: #fff !important;
  }
  .nav-sns li a svg {
    width: 100%;
    height: 100%;
    fill: #101010 !important;
    transition: fill 0.3s ease;
  }
  .nav-sns p {
    font-size: 15px;
    margin-bottom: 8px;
    letter-spacing: -0.08em;
    padding-left: 0;
  }
}

/* =====================================================================
    animation
======================================================================*/
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes anime-wavy {
  0% {
    opacity: 1;
    filter: blur(5px);
  }
  80% {
    opacity: 0.5;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes anime-blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
}
@media screen and (min-width: 768px) {
  .banner-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem calc(40 / 1240 * 100%);
  }
  .banner-list li {
    width: calc(386 / 1240 * 100%);
  }
}

.footer-sponsor {
  display: flex;
  justify-content: center;
  /* margin-top: 6rem; */
  align-items: flex-end;
}

/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding-top: 11rem;
  /* padding-top: 18rem; */
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 10rem;
  }
}

.follow-content {
  display: none;
  position: sticky;
  margin-bottom: 6rem;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 3.2rem;
  z-index: 10;
  filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
}
@media screen and (min-width: 768px) {
  .follow-content {
    position: fixed;
    margin: 0;
    /* bottom: 30vh; */
    bottom: 0;
    width: 5.65em;
    font-size: 2rem;
  }
}
.follow-content a {
  position: relative;
  text-align: center;
  padding: 1.09em;
  font-family: "Noto sans JP", serif;
  letter-spacing: 0.28em;
  background-color: #fe149d;
}
@media screen and (min-width: 768px) {
  .follow-content a {
    display: grid;
    align-items: center;
    width: 100%;
    writing-mode: vertical-rl;
    text-align: left;
    padding: 1.6em 0;
    padding-bottom: 3.2em;
    line-height: 1.5;
    -webkit-mask-image: url(../images/common/bg_btn_ticket-pc.png);
            mask-image: url(../images/common/bg_btn_ticket-pc.png);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
}
.follow-content a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M8 5v14l11-7z"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M8 5v14l11-7z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .follow-content a::before {
    top: auto;
    bottom: 1.25em;
    right: 0;
    left: 0;
  }
}

.pagetop {
  position: absolute;
  top: -2rem;
  right: 2rem;
  width: 14.8rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .pagetop {
    top: 10rem;
    right: 8rem;
    width: 12.9rem;
  }
}
.pagetop a {
  filter: drop-shadow(0 0 0.7em #000000);
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    transform: translateY(-5px);
  }
}

.copyright {
  position: relative;
  margin-top: 3rem;
  padding-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding-top: 5.4rem;
  }
}
.copyright::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.4rem;
  background: url(../images/common/bg_sec01.png) repeat-x center top/auto 100%;
}
@media screen and (min-width: 768px) {
  .copyright::before {
    height: 5.4rem;
  }
}
.copyright p {
  padding-bottom: 2.4rem;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 2rem;
  color: #000000;
  background-color: #ef4385;
}
@media screen and (min-width: 768px) {
  .copyright p {
    font-size: 1.4rem;
  }
}
.copyright-gallery {
  margin-top: 8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #878268;
}
@media screen and (max-width: 767px) {
  .copyright-gallery {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .copyright-gallery {
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}

/* =====================================================================
*    osaka
* =================================================================== */
body.osaka .header-logo h2 a {
  color: #9d4cdb;
}
body.osaka .nav {
  background-color: #2c0e35;
}
body.osaka .nav-menu > li {
  border-bottom-color: #8b5c99;
}
body.osaka .nav-menu > li::before, body.osaka .nav-menu > li::after {
  background-color: #8b5c99;
}
body.osaka .nav-menu > li.nav01 a::after {
  background-image: url(../images/nav/nav01-pc-osaka.png);
}
body.osaka .nav-menu > li.nav02 a::after {
  background-image: url(../images/nav/nav02-pc-osaka.png);
}
body.osaka .nav-menu > li.nav03 a::after {
  background-image: url(../images/nav/nav03-pc-osaka.png);
}
body.osaka .nav-menu > li.nav04 a::after {
  background-image: url(../images/nav/nav04-pc-osaka.png);
}
body.osaka .nav-menu > li.nav05 a::after {
  background-image: url(../images/nav/nav05-pc-osaka.png);
}
body.osaka .nav-menu > li.nav06 a::after {
  background-image: url(../images/nav/nav06-pc-osaka.png);
}
body.osaka .nav-sns li a svg {
  fill: #8b5c99;
}
@media screen and (min-width: 768px) {
  body.osaka .nav-sns li a:hover svg {
    fill: #9d4cdb !important;
  }
}
body.osaka .follow-content a {
  background-color: #2c0e35;
}
body.osaka .follow-content a::before {
  background-color: #8b5c99;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.dotted-line {
    border-bottom: 1px dotted #edf291;
    padding-bottom: 20px; /* 必要に応じて調整 */
    margin-bottom: 30px;  /* 必要に応じて調整 */
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.font-m {
  font-size: 2.5rem !important;
}
.yellow {
  color: #edf291;
}

.f-w-b {
  font-weight: 800;
  font-size: 120%;
}
@media screen and (min-width: 768px) {
.f-w-b {
  font-weight: 800;
  font-size: 130%;
}
}
