@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;
}

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

figure {
  margin: 0;
  padding: 0;
}

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

.hero {
  background: url("https://www.mandarake.co.jp/dir/img/event/hero-bg/hero-fko.jpg") no-repeat center/cover;
  width: 100%;
  padding: 70px 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 50px 30px;
  }
}
.hero::before, .hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero::before {
  background: radial-gradient(circle, transparent 30%, rgba(0, 0, 0, 0.8));
  z-index: -1;
}
.hero::after {
  background: rgba(32, 32, 32, 0.5);
  z-index: -2;
}
.hero h1 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP";
  text-shadow: 3px 3px rgba(0, 0, 0, 0.8);
  font-size: 5rem;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    font-size: 3.8rem;
  }
}
.hero h1 img {
  max-width: 850px;
  width: 100%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.8));
}
@media only screen and (max-width: 767px) {
  .hero h1 img {
    max-width: 350px;
  }
}

.intro {
  background-color: #fff;
  color: #111;
  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: #fff5f5;
  color: #e60012;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
  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: 8px 30px 10px;
  }
}
.intro__date-ttl {
  border-right: #e60012 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;
    font-size: 0.9rem;
  }
}
.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-top: 30px;
}
@media only screen and (max-width: 767px) {
  .intro__comment {
    margin-top: 25px;
    gap: 15px 0;
  }
}
.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: rgba(230, 0, 18, 0.2) solid 3px;
  max-width: 700px;
  margin: 50px auto 0;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .intro__note {
    font-size: 0.9rem;
    width: 90%;
    margin: 25px auto 0;
    padding: 15px 10px;
  }
}
.intro__note-attention-ttl {
  color: #e60012;
  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.9rem;
    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.8rem;
  }
}

.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 {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 45px 0 55px;
  }
}
.topics__inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .topics__inner {
    width: calc(100% - 25px);
  }
}
.topics__ttl {
  margin: 0 0 50px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin: 0 0 30px;
  }
}
.topics__ttl-icon {
  display: block;
  margin: 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .topics__ttl-icon {
    margin: 0 0 12px;
  }
}
.topics__ttl-icon::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 2.8rem;
  content: "\f4ad";
}
@media only screen and (max-width: 767px) {
  .topics__ttl-icon::before {
    font-size: 2rem;
  }
}
.topics__ttl-main {
  font-family: "Raleway";
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .topics__ttl-main {
    font-size: 1.9rem;
    margin: 0 0 5px;
  }
}
.topics__ttl-sub {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .topics__ttl-sub {
    font-size: 0.85rem;
  }
}
.topics__nav {
  list-style: none;
  margin: 0 0 55px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}
@media only screen and (max-width: 767px) {
  .topics__nav {
    margin: 0 0 35px;
    grid-auto-rows: 45px;
    gap: 8px;
  }
}
.topics__nav .tab {
  text-align: center;
  font-weight: 600;
  background: #fff5f5;
  color: #e60012;
  border-radius: 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: 105px;
    height: 40px;
    font-size: 0.75rem;
  }
}
.topics__nav .tab:hover {
  background: #e60012;
  color: #fff;
  transition: 0.4s;
}
.topics__nav .narrow-active {
  background: #e60012;
  color: #fff;
}
.topics__nav .narrow-active:hover {
  opacity: 1;
}
@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__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    gap: 13px;
  }
}
.topics__list .topic {
  width: calc((100% - 60px) / 4);
  padding: 15px 13px 17px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #555;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__list .topic {
    width: calc((100% - 13px) / 2);
    padding: 15px 10px;
  }
}
.topics__list .topic:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transition: 0.3s;
}
.topics__list .topic:hover img {
  transform: scale(1.15);
}
.topics__list .topic a {
  color: #fff;
  text-decoration: none;
}
.topics__list .topic a:hover {
  text-decoration: none !important;
}
.topics__list .topic a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__list .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .topics__list .topic figure {
    height: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list .topic figure {
    max-height: 190px;
  }
}
.topics__list .topic figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.topics__list .topic__caption {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .topics__list .topic__caption {
    margin-top: 15px;
  }
}
.topics__list .topic__category {
  display: inline-block;
  margin: 0;
  padding: 5px 10px 4px;
  max-width: 100%;
  color: #fff;
  background: #e60012;
  font-weight: 600;
  border-radius: 4px;
  font-size: 0.7rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .topics__list .topic__category {
    font-size: 0.65rem;
    padding: 4px 7px 3px;
  }
}
.topics__list .topic__text {
  color: #fff;
  font-weight: bold;
  height: 72px;
  margin: 10px 0 0;
  -webkit-line-clamp: 3;
  font-size: 0.95rem;
  line-height: 1.6;
  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__list .topic__text {
    height: 57px;
    margin: 5px 0 0;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.topics__list .topic__text:hover {
  text-decoration: none !important;
}
.topics__list .topic__date {
  text-align: right;
  color: #777;
  margin: 15px 0 0;
  font-size: 0.85rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topics__list .topic__date {
    margin: 8px 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;
  }
}

.shop {
  background: #e60012;
  color: #fff;
}
.shop__inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__inner {
    width: calc(100% - 25px);
  }
}
.shop__ttl {
  background: #e60012;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  width: 210px;
  height: 35px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1.5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .shop__ttl {
    width: 180px;
    height: 30px;
    font-size: 0.9rem;
    top: -30px;
    left: 10px;
  }
}
.shop__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  padding: 40px 0 60px;
}
@media only screen and (max-width: 767px) {
  .shop__container {
    grid-template-columns: auto;
    gap: 35px 0;
    padding: 0 0 40px;
  }
}
.shop__item-ttl {
  font-family: "Noto Sans JP";
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl {
    font-size: 1.05rem;
  }
}
.shop__item-ttl::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.3rem;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .shop__item-ttl::before {
    font-size: 1.1rem;
    margin-right: 8px;
  }
}
.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;
  }
}
.shop__detail-name {
  border-bottom: #fff solid 1px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 0 15px;
  padding: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-name {
    font-size: 1.1rem;
  }
}
.shop__detail-item {
  margin: 0 0 15px;
}
.shop__detail-item:last-child {
  margin: 0;
}
.shop__detail-item p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .shop__detail-item p {
    font-size: 0.85rem;
  }
}
.shop__detail-link {
  border: #fff solid 2px;
  border-radius: 5px;
  text-align: center;
  height: 50px;
  margin: 20px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link {
    margin: 15px 0 0;
  }
}
.shop__detail-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.shop__detail-link:hover .shop__detail-icon-hover {
  opacity: 1;
}
.shop__detail-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  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;
  }
}
.shop__detail-link a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f015";
  font-weight: 900;
  font-size: 1rem;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .shop__detail-link a::before {
    font-size: 0.9rem;
    position: relative;
    top: 1px;
  }
}
.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 .map {
  border-radius: 10px;
  overflow: hidden;
}
.shop .map iframe {
  display: block;
  width: 100%;
  border: none;
}
.shop .sns {
  display: grid;
  gap: 15px 0;
}
.shop .sns__item {
  border: 2px solid #fff;
  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: rgba(255, 255, 255, 0.2);
  }
}
.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: #fff;
  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: #fff;
  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 #fff;
  border-right: solid 2.5px #fff;
  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;
}/*# sourceMappingURL=newstyle-v3.css.map */