@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ffc9e8), color-stop(40%, #ffc9e8), color-stop(50%, #f1e3ff), color-stop(60%, #c9eeff), to(#c9eeff));
  background: linear-gradient(to right, #ffc9e8 0%, #ffc9e8 40%, #f1e3ff 50%, #c9eeff 60%, #c9eeff 100%);
}
body.js-no_scroll {
  overflow: hidden;
}
body::before {
  content: "";
  background: url(../img/bg.webp) no-repeat center center/100% auto;
  position: fixed;
  inset: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -2;
  -webkit-animation: fade-animation 5s infinite ease-in-out;
          animation: fade-animation 5s infinite ease-in-out;
}
@media (max-width: 767px) {
  body::before {
    background-size: 300% auto;
  }
}
body::after {
  content: "";
  background: url(../img/bg.webp) no-repeat center center/100% auto;
  position: fixed;
  inset: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* 回転しても中心が変わらないようにする */
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: fade-animation 5s infinite ease-in-out;
          animation: fade-animation 5s infinite ease-in-out;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}
@media (max-width: 767px) {
  body::after {
    background-size: 300% auto;
  }
}
@-webkit-keyframes fade-animation {
  0%, 100% {
    opacity: 0.1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(120%) blur(1px);
            filter: brightness(120%) blur(1px);
  }
}
@keyframes fade-animation {
  0%, 100% {
    opacity: 0.1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  50% {
    opacity: 1;
    -webkit-filter: brightness(120%) blur(1px);
            filter: brightness(120%) blur(1px);
  }
}

main {
  padding-top: 68px;
}
@media (max-width: 767px) {
  main {
    padding-top: 62px;
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #1a0dab;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

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

main {
  /* レジャフェスとは */
  /* 開催施設 */
  /* 最新情報 */
  /* 注意事項 */
  /* ラブライブ！/ラブライブ！サンシャイン!!とは */
}
@media (max-width: 767px) {
  main {
    margin-bottom: 40px;
  }
}
main .nav_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 30px;
}
main .nav_pc li {
  background-color: #fff;
  /* width:  calc(20% - 9.6px); */
  width: calc(25% - 9.6px);
  height: 60px;
  border-radius: 30px;
  border: 2px solid #E40080;
  text-align: center;
  font-weight: 600;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(228, 0, 128, 0.2);
          box-shadow: 2px 2px 5px 0 rgba(228, 0, 128, 0.2);
}
main .nav_pc li a {
  display: block;
  color: #E40080;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
main .nav_pc li a img {
  width: 20px;
  padding-top: 2px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  main .nav_pc li {
    width: calc(50% - 6px);
  }
}
main .nav_pc .nav_txt_s {
  font-size: 12px;
}
main picture {
  position: relative;
}
main picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff4bb1), color-stop(40%, #ff4bb1), color-stop(50%, #dcb8ff), color-stop(60%, #5bcbff), to(#5bcbff));
  background: linear-gradient(to right, #ff4bb1 0%, #ff4bb1 40%, #dcb8ff 50%, #5bcbff 60%, #5bcbff 100%);
  opacity: 0.2;
  z-index: -2;
}
main .cont_box {
  background: #fff;
  position: relative;
  margin: 40px 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out; /* 変化の速度 */
  z-index: 0;
  will-change: opacity, transform; /* GPUに描画を任せる */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 裏面の描画をスキップして安定させる */
}
@media (max-width: 767px) {
  main .cont_box {
    margin: 8% 0;
  }
}
main .cont_box.is-show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); /* 3Dアクセラレーションを有効化 */
}
main .cont_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
main .cont_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff4bb1), color-stop(40%, #ff4bb1), color-stop(50%, #dcb8ff), color-stop(60%, #5bcbff), to(#5bcbff));
  background: linear-gradient(to right, #ff4bb1 0%, #ff4bb1 40%, #dcb8ff 50%, #5bcbff 60%, #5bcbff 100%);
  opacity: 0.4;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  z-index: -2;
}
main .cont_box h2 {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f5088e), to(#FF60B9));
  background: linear-gradient(to right, #f5088e 50%, #FF60B9);
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
main .cont_box h2::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
main .cont_box h2::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 1;
}
main .cont_box h2 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px;
  overflow: hidden;
}
main .cont_box h2 span::before {
  content: "";
  background: url(../img/h2_l.png) no-repeat;
  width: 300px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 991px) {
  main .cont_box h2 span::before {
    left: -50px;
  }
}
main .cont_box h2 span::after {
  content: "";
  background: url(../img/h2_r.png) no-repeat;
  width: 300px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 991px) {
  main .cont_box h2 span::after {
    right: -50px;
  }
}
@media (max-width: 767px) {
  main .cont_box h2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f5088e), to(#FF60B9));
    background: linear-gradient(to right, #f5088e 50%, #FF60B9);
  }
  main .cont_box h2 span::before, main .cont_box h2 span::after {
    width: 225px;
    height: 90px;
    background-size: 225px 90px;
  }
}
main .cont_box .btn {
  width: 100%;
  max-width: 320px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffdaef), color-stop(30%, #ffdaef), color-stop(50%, #faf6ff), color-stop(70%, #dff5ff), to(#dff5ff));
  background: linear-gradient(to right, #ffdaef 0%, #ffdaef 30%, #faf6ff 50%, #dff5ff 70%, #dff5ff 100%);
  color: #E40080;
  border: 2px solid #ff23a0;
  padding: 8px 10px 10px;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(228, 0, 128, 0.15);
          box-shadow: 2px 2px 4px 0 rgba(228, 0, 128, 0.15);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
main .cont_box .cont_inner {
  padding: 40px;
}
@media (max-width: 767px) {
  main .cont_box .cont_inner {
    padding: 5%;
  }
}
main .about_sec {
  font-weight: 600;
}
main .about_sec .about_txt {
  font-size: 28px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media (max-width: 1199px) {
  main .about_sec .about_txt {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  main .about_sec .about_txt {
    font-size: 18px;
  }
}
main .about_sec .period h3 {
  color: #E40080;
  font-size: 32px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  main .about_sec .period h3 {
    font-size: 24px;
  }
}
main .about_sec .period p {
  font-size: 24px;
  font-weight: 500;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media (max-width: 1199px) {
  main .about_sec .period p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  main .about_sec .period p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  main .about_sec .period p {
    font-size: 18px;
  }
}
main .venue_sec {
  text-align: left;
}
main .venue_sec li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .venue_sec dt {
  margin-top: 10px;
  color: #E40080;
  position: relative;
  padding-left: 28px;
  font-weight: 600;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
main .venue_sec dt::before {
  content: "";
  background: url(../img/icon_star.png) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 20px;
  background-size: 22px 20px;
}
main .venue_sec dd {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  main .venue_sec dd {
    font-size: 14px;
  }
}
main .venue_sec dd.note {
  font-size: 14px;
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 575px) {
  main .venue_sec dd.note {
    font-size: 12px;
  }
}
main .venue_sec a.btn {
  margin-top: auto !important;
  max-width: 400px;
}
@media (max-width: 575px) {
  main .venue_sec a.btn {
    padding: 4px 6px 6px;
  }
}
@media (max-width: 767px) {
  main .venue_sec .row.gy-custom {
    /* gy-4 (1.5rem) と gy-5 (3rem) の中間値（2.25rem）を設定 */
    --bs-gutter-y: 2.25rem;
  }
}
main .news_sec p {
  font-size: 24px;
  font-weight: 600;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  main .news_sec p {
    font-size: 18px;
  }
}
main .news_sec a.btn {
  max-width: 360px;
}
main .attention_sec {
  text-align: left;
}
main .attention_sec h3 {
  color: #E40080;
  font-size: 24px;
  padding: 0 0 5px 35px;
  font-weight: 600;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
main .attention_sec h3::before {
  content: "";
  background: url(../img/icon_star.png) no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
  width: 28px;
  height: 26px;
  background-size: 28px 26px;
}
@media (max-width: 767px) {
  main .attention_sec h3 {
    font-size: 20px;
    padding-left: 30px;
  }
  main .attention_sec h3::before {
    top: 0px;
    width: 24px;
    height: 22px;
    background-size: 24px 22px;
  }
}
@media (max-width: 575px) {
  main .attention_sec h3 {
    font-size: 18px;
    padding-left: 28px;
  }
  main .attention_sec h3::before {
    width: 22px;
    height: 20px;
    background-size: 22px 20px;
  }
}
main .attention_sec li {
  padding-bottom: 5px;
  font-weight: 400;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media (max-width: 767px) {
  main .attention_sec li {
    margin-bottom: 6px;
  }
}
@media (max-width: 575px) {
  main .attention_sec li {
    font-size: 14px;
  }
}
main .attention_sec .note {
  text-indent: -1em;
  padding-left: 1em;
}
main .lovelive_sec .lovelive_txt dt {
  color: #E40080;
  font-size: 24px;
  padding: 0 0 5px 35px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  position: relative;
}
main .lovelive_sec .lovelive_txt dt::before {
  content: "";
  background: url(../img/nav_icon05.png) no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}
@media (max-width: 767px) {
  main .lovelive_sec .lovelive_txt dt {
    font-size: 20px;
    padding-left: 28px;
    margin-bottom: 5px;
  }
  main .lovelive_sec .lovelive_txt dt::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
@media (max-width: 575px) {
  main .lovelive_sec .lovelive_txt dt {
    font-size: 18px;
    padding-left: 25px;
  }
  main .lovelive_sec .lovelive_txt dt::before {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
}
main .lovelive_sec .lovelive_txt dd {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media (max-width: 1199px) {
  main .lovelive_sec .lovelive_txt dd {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  main .lovelive_sec .lovelive_txt dd {
    font-size: 16px;
  }
}
main .lovelive_sec .lovelive_box01 {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .lovelive_sec .lovelive_box01 {
    display: block;
    margin-bottom: 4%;
  }
}
@media (max-width: 991px) {
  main .lovelive_sec .lovelive_box01 {
    margin-bottom: 6%;
  }
}
main .lovelive_sec .lovelive_box02 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  main .lovelive_sec .lovelive_box02 {
    display: block;
  }
}
main .lovelive_sec .lovelive_box02 div {
  width: 49%;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  main .lovelive_sec .lovelive_box02 div dt {
    font-size: 20px;
    padding-left: 28px;
    margin-bottom: 5px;
  }
  main .lovelive_sec .lovelive_box02 div dt::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
@media (max-width: 575px) {
  main .lovelive_sec .lovelive_box02 div dt {
    font-size: 16px;
    padding-left: 24px;
  }
  main .lovelive_sec .lovelive_box02 div dt::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
main .lovelive_sec .lovelive_box02 div dd {
  font-size: 16px;
}
@media (max-width: 575px) {
  main .lovelive_sec .lovelive_box02 div dd {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  main .lovelive_sec .lovelive_box02 div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .lovelive_sec .lovelive_box02 div {
    padding: 6%;
  }
}
main .lovelive_sec .lovelive_box02 div.lovelive01_area {
  background-color: #ffeff9;
}
@media (max-width: 1199px) {
  main .lovelive_sec .lovelive_box02 div.lovelive01_area {
    margin-bottom: 2%;
  }
}
@media (max-width: 991px) {
  main .lovelive_sec .lovelive_box02 div.lovelive01_area {
    margin-bottom: 4%;
  }
}
main .lovelive_sec .lovelive_box02 div.lovelive02_area {
  background-color: #ecf8ff;
}
main .lovelive_sec a.btn {
  max-width: 500px;
}

footer {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #E40080), to(#FF60B9));
  background: linear-gradient(to right, #E40080 50%, #FF60B9);
  padding: 20px;
}
footer p {
  width: 160px;
  margin: 20px auto 0 auto;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
  footer .link-pageup img {
    width: 60px;
    height: auto;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

header .img-logo {
  display: block;
  width: 30vw;
  max-width: 160px;
  margin-left: 20px;
}
@media (max-width: 575px) {
  header .img-logo {
    margin-left: 15px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 10px;
}
nav.navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
nav.navbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff3eaa), color-stop(40%, #ff3eaa), color-stop(50%, #bf7aff), color-stop(60%, #33bffe), to(#33bffe));
  background: linear-gradient(to right, #ff3eaa 0%, #ff3eaa 40%, #bf7aff 50%, #33bffe 60%, #33bffe 100%);
  opacity: 0.4;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  z-index: -2;
}
@media (max-width: 767px) {
  nav.navbar {
    height: 62px;
    padding: 6px 0;
  }
}
nav.navbar .navbar-content {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1%;
}
@media (max-width: 767px) {
  nav.navbar .navbar-content {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  nav.navbar .navbar-content .logo_h1 {
    width: 62%;
    max-width: 245px;
  }
}
nav.navbar .navbar-content .icon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.navbar .navbar-content .icon_area .x_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E40080;
  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;
  cursor: pointer;
}
nav.navbar .navbar-content .icon_area .x_icon a {
  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;
}
nav.navbar .navbar-content .icon_area .x_icon a img {
  max-width: 80%;
  max-height: 80%;
  height: auto;
}
@media (max-width: 767px) {
  nav.navbar .navbar-content .icon_area .x_icon {
    width: 40px;
    height: 40px;
  }
}
nav.navbar .navbar-content .icon_area .menu_icon {
  margin-left: 15px;
}
@media (max-width: 575px) {
  nav.navbar .navbar-content .icon_area .menu_icon {
    margin-left: 10px;
  }
}
nav.navbar .navbar-content .icon_area .menu_icon button.btn.btn-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  text-decoration: none;
  font-size: 24px;
  padding: 0;
}
@media (max-width: 575px) {
  nav.navbar .navbar-content .icon_area .menu_icon button.btn.btn-link {
    margin-right: 0;
  }
}
nav.navbar .navbar-content .icon_area .menu_icon button.btn.btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .navbar-content .icon_area .menu_icon button.btn.btn-link .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23e4007f' stroke-width='2.6' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
nav.navbar .modal-content {
  background: -webkit-gradient(linear, left top, right top, from(#ffc9e8), color-stop(40%, #ffc9e8), color-stop(50%, #f1e3ff), color-stop(60%, #c9eeff), to(#c9eeff));
  background: linear-gradient(to right, #ffc9e8 0%, #ffc9e8 40%, #f1e3ff 50%, #c9eeff 60%, #c9eeff 100%);
  border: none;
  border-radius: 0;
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #ffffff;
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 30px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 20px 20px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 32px;
  opacity: 1;
  padding: 0;
  margin: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E40080'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .navbar-nav {
  text-align: center;
  padding: 20px 20px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ffc9e8), color-stop(40%, #ffc9e8), color-stop(50%, #f1e3ff), color-stop(60%, #c9eeff), to(#c9eeff));
  background: linear-gradient(to right, #ffc9e8 0%, #ffc9e8 40%, #f1e3ff 50%, #c9eeff 60%, #c9eeff 100%);
}
nav.navbar .navbar-nav li {
  background-color: #fff;
  width: 90%;
  max-width: 400px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 30px;
  border: 2px solid #E40080;
  text-align: center;
  font-weight: 600;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  -webkit-box-shadow: 2px 2px 5px 0 rgba(228, 0, 128, 0.2);
          box-shadow: 2px 2px 5px 0 rgba(228, 0, 128, 0.2);
}
nav.navbar .navbar-nav li a {
  display: block;
  color: #E40080;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
nav.navbar .navbar-nav li a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
nav.navbar .navbar-nav .nav_txt_s {
  font-size: 12px;
}

.modal-backdrop {
  z-index: 1;
}