@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
body {
  position: relative;
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  background-color: #0bbbf1;
}
body::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/Caustics1.png");
  background-size: 1750px 1750px;
  mix-blend-mode: screen;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

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

figure {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  z-index: 10;
}

.hero {
  border-top: solid 25px #fff000;
  border-bottom: solid 25px #fff000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("https://www.mandarake.co.jp/dir/img/event/hero-bg/hero-spr.jpg") center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: calc(100vh - 50px);
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    min-height: 500px;
  }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.ttl {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .ttl {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    max-width: 1000px;
    padding: 40px 90px;
    margin: 50px auto;
  }
}
.ttl h1 img {
  filter: drop-shadow(3px 3px 0px #ffffff);
}
@media only screen and (max-width: 767px) {
  .ttl h1 img {
    width: 95vw;
    margin: 0 auto;
  }
}

.date {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #0bbbf1;
  display: flex;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  padding: 0 20px;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .date {
    height: 40px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .date {
    height: 50px;
    font-size: 1.125rem;
  }
}
.date-ttl {
  border-right: 3px solid #0bbbf1;
  margin-right: 12px;
  padding-right: 12px;
}
.date-ttl::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 10px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 10px 0 50px;
  }
}
.intro__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .intro__inner {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__inner {
    max-width: 1100px;
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .intro__comment {
    margin: 40px 0;
  }
}
.intro__comment p {
  color: #ffffff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro__comment p {
    font-size: 1.25rem;
    font-weight: bolder;
    line-height: 1.8;
    padding: 24px 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro__comment p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.9;
  }
}
.intro__note {
  border: solid 5px #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .intro__note {
    margin: 24px auto 0;
    padding: 24px 20px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__note {
    max-width: fit-content;
    margin: 30px auto 0;
    padding: 20px 35px 35px;
  }
}
.intro__note-attention-ttl {
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .intro__note-attention-ttl {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro__note-attention-ttl {
    font-size: 2rem;
  }
}
.intro__note-attention ul {
  width: fit-content;
  list-style: disc;
  margin: 0 auto;
  padding-left: 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .intro__note-attention ul {
    font-size: 1.25rem;
    line-height: 1.65;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media only screen and (min-width: 768px) {
  .intro__note-attention ul {
    max-width: fit-content;
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
.intro__note-attention ul li {
  margin-bottom: 8px;
}
.intro__note-attention ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 35px 0 110px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 60px 0 150px;
  }
}
.topics__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics__inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__inner {
    max-width: 1000px;
    width: 100%;
  }
}
.topics__ttl {
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl {
    margin: 0 0 50px;
  }
}
.topics__ttl-text {
  color: #fff000;
  text-align: center;
  font-weight: 700;
  padding: 0;
  margin: 10px 0 8px;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topics__ttl-text {
    font-size: 2.75rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl-text {
    font-size: 2.75rem;
  }
}
.topics__ttl span {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .topics__ttl span {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl span {
    font-size: 1rem;
  }
}
.topics__nav ul {
  margin: 0;
}
.topics__nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics__nav {
    gap: 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__nav:first-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics__nav:last-child {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav:last-child {
    margin: 0 0 45px;
  }
}
.topics__nav .tab {
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  color: #fff000;
  border: #fff000 solid 3px;
  box-sizing: content-box;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 3px 10px;
    padding: 14px 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .tab {
    font-size: 0.875rem;
    padding: 14px 0 13px;
  }
}
.topics__nav .tab:hover {
  background: #fff000;
  color: #0bbbf1;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .tab {
    width: calc(14.2857142857% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .topics__nav .wide {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav .wide {
    margin: 0 auto;
    width: 100%;
  }
}
.topics__nav .narrow-active {
  background: #fff000;
  color: #0bbbf1;
}
.topics__nav .narrow-active:hover {
  opacity: 1;
}
.topics .narrow-hide {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .topics__area {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area {
    margin: 30px 0 20px;
  }
}
.topics__area ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics__area ul {
    margin: 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul {
    margin: 0 0 7px;
    justify-content: center;
  }
}
.topics__area ul .topic {
  background: #000113;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic {
    width: 48%;
    margin: 0 0 20px;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic {
    width: calc((100% - 64px) / 4);
    display: flex;
    flex-direction: column;
    margin: 0 8px 35px;
    padding: 15px 13px;
  }
}
.topics__area ul .topic:first-child {
  margin-top: 0;
}
.topics__area ul .topic:hover {
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.topics__area ul .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure {
    height: 190px;
  }
}
.topics__area ul .topic figure a {
  display: block;
}
.topics__area ul .topic figure a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics__area ul .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.25rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.25rem;
  }
}
.topics__area ul .topic__caption {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0;
}
.topics__area ul .topic__category {
  display: inline-block;
  margin: 0;
  color: #fff000;
  background: #0bbbf1;
  font-weight: 600;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__category {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__category {
    font-size: 0.75rem;
    padding: 6px 14px;
  }
}
.topics__area ul .topic__text {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text {
    font-size: 0.875rem;
    height: 66px;
    line-height: 1.55;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__text {
    padding: 0;
    font-size: 1rem;
    height: 80px;
    overflow: hidden;
    line-height: 1.6;
  }
}
.topics__area ul .topic__text:hover {
  text-decoration: none !important;
}
.topics__area ul .topic__text a {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.topics__area ul .topic__text a:hover {
  text-decoration: none !important;
}
.topics__area ul .topic__text a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.topics__area ul .topic__date {
  text-align: right;
  color: #fff000;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .topics__area ul .topic__date {
    margin: 20px 0 0;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area ul .topic__date {
    margin: 28px 0 0;
    font-size: 0.875rem;
  }
}
.topics__area ul .topic__date-pic img {
  filter: drop-shadow(0px 1000px 0 #fff000);
  transform: translateY(-1000px);
}
.topics__soon {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    margin: 30px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__soon {
    margin: 50px 0 80px;
    font-size: 1rem;
  }
}

.narrow-hide {
  display: none !important;
}

.shop {
  color: #ffffff;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .shop {
    padding-bottom: 52px;
  }
}
.shop__inner {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__inner {
    max-width: 1200px;
    width: calc(100% - 30px);
  }
}
.shop__ttl {
  color: #fff000;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shop__ttl {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__ttl {
    margin-bottom: 52px;
  }
}
.shop__ttl-text {
  font-weight: 700;
  margin: 0 auto;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .shop__ttl-text {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__ttl-text {
    font-size: 2rem;
  }
}
.shop__ttl span {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .shop__ttl span {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .shop__ttl span {
    font-size: 1.125rem;
  }
}
.shop__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shop__container {
    gap: 34px;
  }
}
.shop__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 42px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shop__item {
    padding-bottom: 34px;
  }
}
.shop__map iframe {
  border: 0;
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shop__map iframe {
    width: 95vw;
    height: 310px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__map iframe {
    min-width: 1000px;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .detail {
    display: flex;
  }
}
.shop .detail {
  margin: 0 auto;
  gap: 24px;
}
.shop .detail-item {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .shop .detail-item {
    width: calc(33.3333333333% - 5px);
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop .detail-item {
    margin: 0 auto 24px;
  }
}
.shop .detail-item p {
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .shop .detail-item p {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
@media only screen and (min-width: 768px) {
  .shop .detail-item p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.shop .detail-item p a {
  color: #ffffff;
}
.shop .sns {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop .sns__item {
    display: flex;
    gap: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .shop .sns__item {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
}
.shop .sns a {
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  border-radius: 15px;
  cursor: pointer;
  align-items: center;
  color: #ffffff;
  display: flex;
  font-weight: 600;
  height: 100%;
  padding: 0 18px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .shop .sns a {
    font-size: 1.125rem;
    width: 90vw;
    height: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .sns a {
    font-size: 1.125rem;
    width: 250px;
    height: 66px;
  }
}
.shop .sns a:hover {
  color: #fff000;
  border-color: #fff000;
}
.shop .sns a::before {
  color: #fff000;
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  margin-right: 10px;
  width: 32px;
}
.shop .sns a.sns-x::before {
  content: "\e61b";
}
.shop .sns a.sns-insta::before {
  content: "\f16d";
}

header {
  position: relative;
  z-index: 999999;
}
header .global_head {
  margin: 0 !important;
  padding: 0;
}

footer {
  position: relative;
  z-index: 999999;
  margin: 0;
  padding: 0;
  background: #05294b;
}
footer .global_foot {
  border: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .global_foot {
    margin: 0 auto;
    padding: 30px 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot {
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 35px 0 24px;
  }
}
footer .global_foot .guide_container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_list {
    width: 49%;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_list {
    margin-right: 50px;
  }
}
footer .global_foot ul {
  list-style: none;
  margin: 0;
  text-align: left;
}
footer .global_foot ul li {
  font-size: 13px !important;
  margin: 0 0 13px !important;
}
footer .global_foot ul li a {
  text-decoration: none;
  color: #fff;
}
footer .global_foot ul li a:hover {
  text-decoration: underline;
}
footer .global_foot .sns {
  display: grid;
  gap: 15px 0;
}
footer .global_foot .sns__item {
  border: 3px solid #ffffff;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .sns__item {
    height: 65px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .sns__item {
    height: 70px;
    transition: 0.3s;
  }
  footer .global_foot .sns__item:hover {
    background-color: #ffffff;
  }
  footer .global_foot .sns__item:hover a {
    color: #fff;
  }
  footer .global_foot .sns__item:hover a::before {
    background-color: #fff;
    color: #0bbbf1;
  }
}
footer .global_foot .sns a {
  color: #0bbbf1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .sns a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .sns a {
    font-size: 1.25rem;
  }
}
footer .global_foot .sns a::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  border-radius: 50%;
  background-color: #ffffff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .sns a::before {
    font-size: 1rem;
    width: 33px;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .sns a::before {
    font-size: 1rem;
    width: 38px;
    height: 38px;
  }
}
footer .global_foot .sns a.sns-x::before {
  content: "\e61b";
}
footer .global_foot .sns a.sns-insta::before {
  content: "\f16d";
}
footer .global_foot .sns a.sns-sns::before {
  content: "\f0ac";
}
footer .global_foot .guide_top {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_top {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_top {
    justify-content: space-between;
    margin: 0 0 40px;
  }
}
footer .global_foot .guide_middle .lang_area {
  display: flex;
  margin: 0 0 15px;
}
footer .global_foot .guide_middle .lang_area .item {
  margin-right: 4px;
}
footer .global_foot .guide_middle .lang_area .item img {
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area .item img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area .item img {
    width: 75%;
  }
  footer .global_foot .guide_middle .lang_area .item img:hover {
    opacity: 0.8;
  }
}
footer .global_foot .guide_bottom {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_bottom {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom .copyright {
    text-align: center;
  }
}
footer .global_foot .guide_bottom p {
  color: #fff;
  font-size: 0.75rem;
}
footer .global_foot .guide_bottom p a {
  text-decoration: none;
  color: #fff;
}
footer .global_foot .guide_bottom p a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */