@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/css2?family=Raleway:wght@600;800&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #161312;
  color: #161312;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0;
}

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

figure {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.summer-v2 {
  overflow: hidden;
  background: #242424;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  background: linear-gradient(rgba(247, 247, 247, 0.6862745098), rgba(169, 228, 255, 0.6862745098)), url("https://www.mandarake.co.jp/dir/img/event/hero-bg/hero-sby.jpg") center/cover no-repeat;
  filter: blur(4px);
}
@media only screen and (max-width: 767px) {
  .hero {
    min-height: 560px;
  }
}
.hero__ttl img {
  display: block;
  margin: 50px auto;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.6156862745));
}

.intro {
  position: relative;
  color: #f7f1e7;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), #242424;
  background-size: 34px 34px;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 34px 0 48px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 54px 0 76px;
  }
}
.intro__inner {
  width: calc(100% - 28px);
  max-width: 1120px;
  margin: 0 auto;
}
.intro__grid {
  display: grid;
  gap: 28px;
}
@media only screen and (min-width: 768px) {
  .intro__grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
  }
}
.intro__comment, .intro__note {
  background: #353535;
  border: 2px solid rgba(255, 255, 255, 0.16);
  box-shadow: 8px 8px 0 rgba(7, 6, 6, 0.65);
}
@media only screen and (max-width: 767px) {
  .intro__comment {
    padding: 26px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__comment {
    padding: 40px;
  }
}
.intro__comment h2 {
  margin: 0 0 22px;
  color: #ffd43d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .intro__comment h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__comment h2 {
    font-size: 44px;
  }
}
.intro__comment p {
  margin: 0;
  color: #f7f1e7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .intro__comment p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__comment p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .intro__note {
    padding: 24px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .intro__note {
    padding: 30px;
  }
}
.intro__note h2 {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 12px;
  background: #e50012;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.intro__note ul {
  margin: 0;
  padding: 0 0 0 20px;
  color: #f7f1e7;
  line-height: 1.75;
}
.intro__note li {
  margin: 0 0 12px;
}
.intro__note li:last-child {
  margin-bottom: 0;
}

.event-facts {
  display: grid;
  gap: 12px;
  margin: 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .event-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.event-fact {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  min-height: 74px;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: #464646;
  box-shadow: 5px 5px 0 #e50012;
}
.event-fact dt,
.event-fact dd {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.event-fact dt {
  justify-content: center;
  background: #070606;
  color: #ffd43d;
  font-size: 14px;
  font-weight: 800;
}
.event-fact dd {
  padding: 12px 16px;
  color: #f7f1e7;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.topics {
  background: linear-gradient(180deg, rgba(0, 169, 200, 0.16), rgba(0, 169, 200, 0)), #161312;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 48px 0 96px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 76px 0 130px;
  }
}
.topics__inner {
  width: calc(100% - 28px);
  max-width: 1180px;
  margin: 0 auto;
}
.topics__ttl {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl {
    margin-bottom: 42px;
  }
}
.topics__ttl::after {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  margin: 18px auto 0;
  background: linear-gradient(#00a9c8 70% 100%);
}
.topics__ttl-kicker {
  margin: 0 0 10px;
  color: #ffd43d;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}
.topics__ttl-text {
  margin: 0;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .topics__ttl-text {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl-text {
    font-size: 58px;
  }
}
.topics__ttl span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}
.topics__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 36px;
  padding: 0;
  list-style: none;
}
.topics__nav .tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  min-height: 42px;
  padding: 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    min-width: 102px;
    font-size: 13px;
  }
}
.topics__nav .tab:hover, .topics__nav .tab.narrow-active {
  background: #ffd43d;
  border-color: #ffd43d;
  color: #070606;
  transform: translateY(-2px);
}
.topics .narrow-hide {
  display: none !important;
}
.topics__area ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .topics__area ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}
.topics__area .topic {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: #464646;
  color: #f7f1e7;
  box-shadow: 8px 8px 0 rgba(229, 0, 18, 0.9);
  transition: 0.2s ease;
}
.topics__area .topic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 8px;
  background: linear-gradient(#00a9c8 70% 100%);
}
.topics__area .topic:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 rgba(229, 0, 18, 0.9);
}
.topics__area .topic figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #353535;
}
.topics__area .topic figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.topics__area .topic figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.topics__area .topic figure .noimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #97a5b7;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.topics__area .topic:hover figure img {
  transform: scale(1.05);
}
.topics__area .topic__caption {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: 16px;
}
.topics__area .topic__category {
  align-self: flex-start;
  margin: 0;
  padding: 6px 10px;
  background: #e50012;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}
.topics__area .topic__text {
  min-height: 76px;
  margin: 12px 0 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .topics__area .topic__text {
    min-height: 68px;
    font-size: 14px;
  }
}
.topics__area .topic__text a {
  color: #f7f1e7;
  text-decoration: none;
}
.topics__area .topic__text a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
.topics__area .topic__date {
  margin: auto 0 0;
  padding-top: 18px;
  color: #d8cbb8;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
  letter-spacing: 0;
}
.topics__soon {
  grid-column: 1/-1;
  margin: 20px 0 30px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.shop {
  position: relative;
  background: #242424;
  color: #f7f1e7;
}
@media only screen and (max-width: 767px) {
  .shop {
    padding: 54px 0 38px;
  }
}
@media only screen and (min-width: 768px) {
  .shop {
    padding: 70px 0 58px;
  }
}
.shop__inner {
  position: relative;
  width: calc(100% - 28px);
  max-width: 1180px;
  margin: 0 auto;
}
.shop__ttl {
  position: absolute;
  top: -96px;
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  background: #ffd43d;
  color: #070606;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 8px 8px 0 #070606;
}
@media only screen and (max-width: 767px) {
  .shop__ttl {
    top: -76px;
    font-size: 15px;
  }
}
.shop__container {
  display: grid;
  gap: 26px;
}
@media only screen and (min-width: 768px) {
  .shop__container {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr) minmax(260px, 0.75fr);
    align-items: start;
  }
}
.shop__item {
  min-width: 0;
}
.shop__item iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: #353535;
  box-shadow: 6px 6px 0 #070606;
}
.shop__item-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  color: #f7f1e7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.shop__item-ttl::before {
  margin-right: 10px;
  color: #e50012;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.shop__item-ttl.icon-access::before {
  content: "\f3c5";
}
.shop__item-ttl.icon-sns::before {
  content: "\f0ac";
}
.shop__detail-name {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 3px solid #e50012;
  color: #f7f1e7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}
.shop__detail-item {
  margin: 0 0 18px;
}
.shop__detail-item p {
  margin: 0;
  color: #f7f1e7;
  font-size: 15px;
  line-height: 1.8;
}
.shop__detail-item span {
  font-weight: 800;
}
.shop__detail-link {
  min-height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: #353535;
  box-shadow: 6px 6px 0 #070606;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.shop__detail-link:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 #e50012;
}
.shop__detail-link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 44px 0 18px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}
.shop__detail-link a::before {
  content: "\f015";
  margin-right: 9px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.shop__detail-link a::after {
  content: "\f061";
  position: absolute;
  right: 18px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.shop .sns {
  display: grid;
  gap: 14px;
}
.shop .sns__item {
  min-height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: #353535;
  box-shadow: 6px 6px 0 #070606;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.shop .sns__item:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 #e50012;
}
.shop .sns a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 0 18px;
  color: #f7f1e7;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}
.shop .sns a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  background: #e50012;
  color: #fff;
  font-family: "Font Awesome 6 Brands";
  font-size: 18px;
  font-weight: 900;
}
.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;
  }
}

.global_head {
  margin: 0 !important;
  padding: 0;
}

footer {
  margin: 0;
  padding: 0;
  background: #0e4b7b;
}
footer .global_foot {
  border: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  footer .global_foot {
    width: auto;
    margin: 0 auto;
    padding: 30px 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot {
    width: calc(100% - 45px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0 25px;
  }
}
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 {
  margin: 0;
  list-style: none;
  text-align: left;
}
footer .global_foot ul li {
  margin: 0 0 13px !important;
  font-size: 13px !important;
}
footer .global_foot ul li a {
  color: #fff;
  text-decoration: none;
}
footer .global_foot ul li a:hover {
  text-decoration: underline;
}
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;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area {
    margin: 0 0 15px;
  }
}
footer .global_foot .guide_middle .lang_area .item {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area .item {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area .item {
    margin-right: 3px;
  }
}
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 (max-width: 767px) {
  footer .global_foot .guide_bottom .police {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom .copyright {
    text-align: center;
  }
}
footer .global_foot .guide_bottom p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .global_foot .guide_bottom p {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom p {
    font-size: 11px;
  }
}
footer .global_foot .guide_bottom p a {
  color: #fff;
  text-decoration: none;
}
footer .global_foot .guide_bottom p a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=blk.css.map */