@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  background: #fff;
  color: #111;
  text-align: left;
}

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

figure {
  margin: 0;
  padding: 0;
}

.herosummer {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .herosummer {
    height: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .herosummer {
    height: 800px;
  }
}

.hero-fko {
  background: url("https://www.mandarake.co.jp/dir/img/event/hero-bg/hero-fko.jpg") center no-repeat;
  background-size: cover;
}

.ttl {
  background: rgba(32, 32, 32, 0.397);
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .ttl {
    margin: 0 auto;
    max-width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    margin: 0 auto;
    max-width: 100vw;
  }
}
.ttl h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans JP";
  box-shadow: 0 0 200px rgb(0, 0, 0) inset;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.7960784314);
  font-weight: bolder;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ttl h1 {
    font-size: 5em;
    line-height: 1.5em;
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ttl h1 {
    font-size: 3.8rem;
    line-height: 4.7rem;
    padding: 50px 0;
  }
}
.ttl h1 img {
  max-width: 550px;
  width: 100%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.8));
}
@media only screen and (max-width: 767px) {
  .ttl h1 img {
    max-width: 280px;
  }
}

.intro {
  background: #fff;
  position: relative;
  text-align: center;
  z-index: 5;
}
.intro__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .intro__inner {
    padding: 50px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__inner {
    padding: 80px 0;
  }
}
.intro__catch {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 2.3rem;
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  .intro__catch {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 25px;
  }
}
.intro__date {
  display: inline-flex;
  text-align: center;
  background: #F4F5F7;
  color: #043464;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 15px 40px;
}
@media only screen and (max-width: 767px) {
  .intro__date {
    flex-direction: column;
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 7px 30px;
  }
}
.intro__date-ttl {
  border-right: #043464 solid 3px;
  margin-right: 13px;
  padding-right: 13px;
}
@media only screen and (max-width: 767px) {
  .intro__date-ttl {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.intro__date-ttl::before {
  font-family: "Font Awesome 6 Free";
  content: "\f073";
  font-weight: 400;
  position: relative;
  top: -1px;
  font-size: 1.2rem;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .intro__date-ttl::before {
    top: -1px;
    font-size: 0.85rem;
    margin-right: 5px;
  }
}
.intro__comment {
  display: grid;
  gap: 20px 0;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .intro__comment {
    margin: 25px auto;
  }
}
.intro__comment p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 2;
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro__comment p {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.intro__comment a {
  color: #000000;
}
.intro__note {
  border: #F4F5F7 solid 4px;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 50px auto 0;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .intro__note {
    font-size: 0.9rem;
    margin: 30px auto 0;
    padding: 15px 10px;
  }
}
.intro__note-schedule {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .intro__note-schedule {
    margin: 0 0 30px;
  }
}
.intro__note-schedule-ttl {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 22px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro__note-schedule-ttl {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.intro__note-schedule dl {
  border-bottom: #ccc dotted 1px;
  display: flex;
  margin: 0;
  padding: 15px 0;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .intro__note-schedule dl {
    font-size: 0.95rem;
  }
}
.intro__note-schedule dl:first-of-type {
  border-top: #ccc dotted 1px;
  margin: 20px 0 0;
}
.intro__note-schedule dl:last-of-type {
  margin: 0 0 15px;
}
.intro__note-schedule dl dt {
  width: 30%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.intro__note-schedule dl dd {
  width: 70%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.intro__note-schedule p {
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
  font-weight: bolder;
}
.intro__note-attention-ttl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .intro__note-attention-ttl {
    font-size: 0.95rem;
    margin-bottom: 5px;
  }
}
.intro__note-attention p {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .intro__note-attention p {
    font-weight: normal;
    font-size: 0.9rem;
  }
}
.intro__note-attention ul {
  text-align: left;
  list-style: disc;
  margin: 0 auto;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .intro__note-attention ul {
    font-size: 0.9rem;
    line-height: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media only screen and (min-width: 768px) {
  .intro__note-attention ul {
    max-width: 700px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.intro__note-attention ul li {
  margin: 0 0 8px;
}
.intro__note-attention ul li:last-child {
  margin: 0;
}

.infotext {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.infotext__text {
  margin: 0 auto 70px;
}
.infotext ul {
  margin: 0 auto 40px;
}
.infotext li {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
}

.topics {
  background: #f4f5f7;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 45px 0 55px;
  }
}
.topics__inner {
  max-width: 1150px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics__inner {
    width: 100%;
    padding: 0 10px;
  }
}
.topics__ttl {
  text-align: center;
  color: #043464;
}
@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-icon {
  display: block;
}
@media only screen and (max-width: 767px) {
  .topics__ttl-icon {
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl-icon {
    margin: 0 0 18px;
  }
}
.topics__ttl-icon::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f4ad";
}
@media only screen and (max-width: 767px) {
  .topics__ttl-icon::before {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl-icon::before {
    font-size: 2.8rem;
  }
}
.topics__ttl-text {
  font-family: "Raleway";
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .topics__ttl-text {
    font-size: 1.9rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl-text {
    font-size: 2.5rem;
    margin: 0 0 13px;
  }
}
.topics__ttl span {
  font-family: "Noto Sans JP";
  color: #043464;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topics__ttl span {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl span {
    font-size: 0.95rem;
  }
}
.topics__nav {
  list-style: none;
  margin: 0 0 55px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
}
@media only screen and (max-width: 767px) {
  .topics__nav {
    margin: 0 0 35px;
    gap: 8px;
  }
}
.topics__nav .tab {
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  background: #fff;
  color: #043464;
  border: 3px solid #043464;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 50px;
  font-size: 0.9rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    width: 110px;
    height: 45px;
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
.topics__nav .tab:hover {
  background: #043464;
  color: #fff;
  transition: 0.4s;
}
.topics__nav .narrow-active {
  background: #043464;
  color: #fff;
}
.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 .topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list {
    justify-content: space-between;
    gap: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list {
    justify-content: center;
    gap: 20px;
  }
}
.topics__area .topics-list .topic {
  background: #fff;
  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 .topics-list .topic {
    width: 48.5%;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic {
    width: calc((100% - 64px) / 4);
    padding: 15px 13px;
  }
}
.topics__area .topics-list .topic:first-child {
  margin-top: 0;
}
.topics__area .topics-list .topic:hover {
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.topics__area .topics-list .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic figure {
    height: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic figure {
    height: 190px;
  }
}
.topics__area .topics-list .topic figure a {
  display: block;
}
.topics__area .topics-list .topic figure a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics__area .topics-list .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic figure .noimg {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__area .topics-list .topic figure .noimg {
    font-size: 1.3rem;
  }
}
.topics__area .topics-list .topic__caption {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0;
}
.topics__area .topics-list .topic__category {
  display: inline-block;
  margin: 0;
  padding: 5px 12px 4px;
  color: #043464;
  background: #EBEDF1;
  font-weight: 600;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic__category {
    font-size: 10px;
    padding: 5px 7px 5px;
  }
}
.topics__area .topics-list .topic__text {
  background: #fff;
  color: #333;
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  -webkit-line-clamp: 3;
  font-size: 16px;
  height: 75px;
  line-height: 26px;
  overflow: hidden;
  word-break: break-all;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic__text {
    margin: 5px 0 0;
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 45px;
    line-height: 22px;
  }
}
.topics__area .topics-list .topic__text:hover {
  text-decoration: none !important;
}
.topics__area .topics-list .topic__text a {
  color: #111;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.topics__area .topics-list .topic__text a:hover {
  text-decoration: none !important;
}
.topics__area .topics-list .topic__text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__area .topics-list .topic__date {
  text-align: right;
  color: #666;
  margin: 20px 0 0;
  letter-spacing: 0.07em;
  font-size: 0.85rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topics__area .topics-list .topic__date {
    margin: 10px 0 0;
    font-size: 0.8rem;
  }
}
.topics__soon {
  text-align: center;
  font-family: "Noto Sans JP";
}
@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: 1.1rem;
  }
}

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

.shop {
  background: #d6dbe2;
}
.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 {
  font-family: "Raleway";
  position: absolute;
  top: -35px;
  background: #d6dbe2;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  height: 35px;
  text-align: center;
  color: #043464;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .shop__ttl {
    left: 10px;
    width: 200px;
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__ttl {
    left: 0;
    width: 210px;
    font-size: 16px;
    line-height: 45px;
  }
}
.shop__container {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .shop__container {
    flex-direction: column;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__container {
    padding: 40px 0 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__item {
    width: 100%;
    margin: 0 0 35px;
  }
  .shop__item:last-child {
    margin: 0;
  }
}
.shop__item-ttl {
  font-family: "Noto Sans JP";
  color: #043464;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-ttl {
    font-size: 1.4rem;
  }
}
.shop__item-ttl::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl::before {
    font-size: 1.1rem;
    top: 1px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__item-ttl::before {
    font-size: 1.3rem;
    top: 1px;
    margin-right: 10px;
  }
}
.shop__item-ttl.icon-access::before {
  content: "\f3c5";
}
.shop__item-ttl.icon-sns::before {
  content: "\f0ac";
}
@media only screen and (max-width: 767px) {
  .shop__detail {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail {
    padding: 0;
  }
}
.shop__detail-name {
  font-family: "Noto Sans JP";
  font-weight: 700;
  border-bottom: #000 solid 1px;
  margin: 0 0 15px;
  padding: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-name {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-name {
    font-size: 1.3rem;
  }
}
.shop__detail-item {
  margin: 0 0 15px;
}
.shop__detail-item:last-child {
  margin: 0;
}
.shop__detail-item p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
.shop__detail-link {
  position: relative;
  border: #043464 solid 2px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-link {
    margin: 20px 0 0;
  }
}
.shop__detail-link:hover {
  background-color: #b7bbc6;
  transition: 0.3s;
}
.shop__detail-link:hover .shop__detail-icon-hover {
  opacity: 1;
}
.shop__detail-link a {
  color: #043464;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-link a {
    font-size: 0.95rem;
  }
}
.shop__detail-link a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f015";
  font-weight: 900;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link a::before {
    font-size: 0.9rem;
    position: relative;
    top: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail-link a::before {
    font-size: 1rem;
  }
}
.shop__detail-icon {
  position: relative;
  top: -4px;
}
.shop__detail-icon img {
  margin-right: 7px;
}
.shop__detail-icon-hover {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  transition: 0.5s;
}
.shop .sns {
  display: grid;
  gap: 15px 0;
}
.shop .sns__item {
  border: 2px solid #043464;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 0.05rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop .sns__item {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .sns__item {
    height: 70px;
    transition: 0.3s;
  }
  .shop .sns__item:hover {
    background-color: #b7bbc6;
  }
}
.shop .sns__item p {
  margin: 0;
  line-height: 1;
}
.shop .sns__item span {
  display: block;
  font-weight: 500;
  margin: 3px 0 0;
}
@media only screen and (max-width: 767px) {
  .shop .sns__item span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop .sns__item span {
    font-size: 0.9rem;
  }
}
.shop .sns a {
  color: #043464;
  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) {
  .shop .sns a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop .sns a {
    font-size: 1.1rem;
  }
}
.shop .sns a::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  border-radius: 50%;
  color: #043464;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  .shop .sns a::before {
    font-size: 1.8rem;
    width: 33px;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .sns a::before {
    font-size: 2.2rem;
    width: 42px;
    height: 42px;
  }
}
.shop .sns a::after {
  content: "";
  border-top: solid 2.5px #043464;
  border-right: solid 2.5px #043464;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .shop .sns a::after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .sns a::after {
    width: 10px;
    height: 10px;
  }
}
.shop .sns a.sns-x::before {
  content: "\e61b";
}
.shop .sns a.sns-insta::before {
  content: "\f16d";
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=newstyle-v2.css.map */