@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

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

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

@font-face {
  font-family: "comicfonts";
  src: url(../fonts/Kaisotai-Next-UP-B.ttf);
}
@font-face {
  font-family: "aurebesh";
  src: url(../fonts/AurebeshAF-Canon.otf);
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background: url("../img/bg-texture.png") repeat;
  background-size: 250px 250px;
  mix-blend-mode: lighten;
  opacity: 0.1;
  pointer-events: none;
}

.top {
  background-image: linear-gradient(to bottom, #181818, #0c0c0c);
  box-shadow: inset 0 0 10px rgba(8, 8, 8, 0.4);
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9;
  background: url("../img/greebs.jpg") repeat;
  background-size: 750px;
  background-position: left;
  mix-blend-mode: multiply;
  opacity: 0.7;
  pointer-events: none;
}
.top__box {
  position: relative;
  z-index: 10;
  padding: 25px 30px;
  background: #085ac5;
  box-shadow: inset 30px 20px 50px rgba(41, 41, 41, 0.7882352941), inset -30px -20px 50px rgba(41, 41, 41, 0.7882352941), inset -30px 20px 50px rgba(41, 41, 41, 0.7882352941), inset 30px -20px 50px rgba(41, 41, 41, 0.7882352941);
}
@media only screen and (min-width: 768px) {
  .top__box {
    border-radius: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .top__box {
    border-radius: 50px;
  }
}
.top__box--in {
  position: relative;
  z-index: 10;
  height: 700px;
  width: calc(100vw - 100px);
  margin: 0 auto;
  background-color: #000;
  border-radius: 35px;
  box-shadow: inset 0 0 110px rgba(0, 110, 253, 0.747), 0 0 25px rgba(0, 110, 253, 0.4), 0 15px 30px rgba(0, 0, 0, 0.8);
  border-image-source: url("../img/border_light.png");
  border-image-repeat: stretch;
}
@media only screen and (min-width: 768px) {
  .top__box--in {
    border-image-slice: 100;
    border-image-width: 75px 100px;
    border-image-outset: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .top__box--in {
    border-image-slice: 100;
    border-image-width: 55px 75px;
    border-image-outset: 10px;
  }
}
.top__ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-family: "aurebesh";
}
.top__ttl h1 {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top__ttl h1 img {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .top__ttl h1 img {
    width: 90%;
    margin: 0 auto;
  }
}
.top__ttl h2, .top__ttl h3 {
  margin: 0;
}
.top__ttl h2 {
  font-size: clamp(12px, 3.5vw, 56px);
}
@media only screen and (max-width: 767px) {
  .top__ttl h2 {
    font-size: 24px;
  }
}
.top__ttl h3 {
  font-size: clamp(12px, 2.8vw, 44px);
}
@media only screen and (max-width: 767px) {
  .top__ttl h3 {
    font-size: 24px;
  }
}

.reveal {
  font-family: "aurebesh";
}
.reveal span {
  font-family: "aurebesh";
  display: inline-block;
  transform-origin: center;
}
.reveal span.revealed {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  transform: scaleX(1.9);
  margin-inline: 0.22em;
}

.border {
  position: relative;
  z-index: 1;
  height: 60px;
  background-image: url(../img/top.jpg);
  background-position: center;
}

section {
  background-image: url(../img/greebs.jpg);
  position: relative;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
}
section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-style: solid;
  border-width: 0 5vw;
  border-color: transparent;
  border-image-source: url("../img/border_v2.png");
}
@media only screen and (min-width: 768px) {
  section::before {
    border-image-slice: 70 112;
    border-image-width: 60px 100px;
    border-image-outset: 0px;
    border-image-repeat: round;
  }
}
@media only screen and (max-width: 767px) {
  section::before {
    border-image-slice: 70 112;
    border-image-width: 20px 25px;
    border-image-outset: 0px;
    border-image-repeat: round;
  }
}
section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.937254902);
}

.articletitle {
  color: #fff;
}
.articletitle .aurebesh-scramble {
  font-family: "aurebesh" !important;
  overflow-wrap: anywhere;
}
.articletitle .revealed {
  font-family: "Montserrat";
}
.articletitle {
  font-family: "Montserrat";
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .articletitle {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .articletitle {
    margin: 50px auto 10px;
  }
}
.articletitle p {
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .articletitle p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .articletitle p {
    font-size: 18px;
    line-height: 24px;
  }
}
.articletitle h3 {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .articletitle h3 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .articletitle h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

.mid .aurebesh-scramble {
  font-family: "aurebesh" !important;
  overflow-wrap: anywhere;
}
.mid .revealed {
  font-family: inherit;
}
.mid {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .mid {
    padding-top: 50px;
    max-width: 1500px;
    width: calc(100% - 225px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .mid {
    padding-top: 10px;
    max-width: 100vw;
    width: calc(100% - 55px);
    margin: 0 auto;
  }
}
.mid__box {
  border-radius: 20px;
  padding: 24px 0 12px;
  box-shadow: inset 0 0 110px rgba(0, 110, 253, 0.747);
  border: solid 5px #fff;
}
.mid__intro {
  width: fit-content;
  margin: 0 auto;
}
.mid__intro h2 {
  font-size: 40px;
  text-align: center;
  margin: 0;
}
.mid__intro p {
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .mid__content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .mid__content {
    max-width: 100vw;
    width: 90%;
  }
}
.mid__content p {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .mid__content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mid__content p {
    text-align: center;
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.mid__content--box {
  margin: 0 auto 24px;
}
@media only screen and (min-width: 768px) {
  .mid__content--box h2 {
    font-size: 48px;
    margin: 0 0 0 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .mid__content--box h2 {
    margin: 0 0 0 2vw;
  }
}
.mid__content--box ul {
  width: fit-content;
  margin: 0 auto;
}
.mid__content--box ul li {
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .mid__content--box ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mid__content--box ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.mid__content--box .salesmethod {
  width: 90%;
  margin: 0 auto;
}
.mid__content--box .notes {
  width: 90%;
  margin: 0 auto;
  list-style: "※";
}

.map {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .map__map {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
.map__map {
  text-align: center;
  width: 100%;
}
.map__map img {
  box-sizing: border-box;
  border: solid 5px #fff;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map__map img {
    max-width: 100vw;
    width: calc(100% - 55px);
    margin: 0 auto;
  }
}
.map__map {
  position: relative;
}
.map__map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background: url("../img/bg-texture.png") repeat;
  background-size: 250px 250px;
  mix-blend-mode: multiply;
  opacity: 0.1;
  pointer-events: none;
}

.info {
  position: relative;
  z-index: 5;
}
.info__wrap {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .info__wrap {
    max-width: 95vw;
    width: 100%;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .info__wrap {
    max-width: 1000px;
    width: 100%;
    padding-top: 48px;
  }
}
.info__ttl {
  font-family: "Montserrat";
  text-align: center;
  margin: 50px auto;
}
.info__ttl h3 {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .info__ttl h3 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .info__ttl h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .info__ttl h3 span {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .info__ttl h3 span {
    font-size: 18px;
    line-height: 24px;
  }
}

.topics {
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 0 0 28px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 0 0 28px;
  }
}
@media only screen and (min-width: 768px) {
  .topics #list {
    display: flex;
    flex-wrap: wrap;
  }
}
.topics__container {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .topics__container {
    width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__container {
    padding-top: 10px;
    max-width: 100vw;
    width: calc(100% - 55px);
    margin: 0 auto;
  }
}
.topics__item {
  display: flex;
  border: solid 2px #fff;
  box-shadow: inset 0 0 50px rgba(0, 110, 253, 0.747);
  border-radius: 10px;
  background: #000;
  vertical-align: top;
  position: relative;
  scroll-snap-align: center;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .topics__item {
    width: 450px;
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .topics__item {
    margin: 0 0 10px;
  }
}
.topics__item {
  transition: 0.2s;
}
.topics__item:hover {
  opacity: 0.94;
  filter: drop-shadow(2px 2px 0 #000);
  transform: translatey(2px);
}
.topics__pic {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 95%;
  margin: 5px;
  padding: 0;
  height: fit-content;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .topics__pic {
    width: 200px;
    height: 400px;
    height: auto;
  }
}
.topics__pic img {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: auto;
}
.topics__ttl {
  position: relative;
  font-size: 0.9rem;
  padding-bottom: 15px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin-left: 15px;
  }
  .topics__ttl p {
    text-align: left;
    margin: 10px 0 0;
  }
  .topics__ttl {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl {
    line-height: 1.3;
    margin-left: 15px;
  }
  .topics__ttl p {
    text-align: left;
    margin: 10px 0 0;
  }
  .topics__ttl {
    width: 250px;
  }
}
.topics__ttl a p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__ttl a p {
    height: 75px;
    padding: 8px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__ttl a p {
    height: 121px;
    padding: 0;
    font-size: 20px;
  }
}
.topics__ttl a p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: left;
  font-weight: bolder;
}
.topics__ttl a {
  color: #ffffff;
  text-decoration: none;
}
.topics__ttl a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.shop {
  position: relative;
  z-index: 50;
  box-sizing: border-box;
  border: solid 5px #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 110px rgba(0, 110, 253, 0.747);
}
@media only screen and (min-width: 768px) {
  .shop {
    max-width: 1500px;
    width: calc(100% - 225px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .shop {
    padding-top: 10px;
    max-width: 100vw;
    width: calc(100% - 55px);
    margin: 0 auto;
  }
}
.shop__inner {
  margin: 24px auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop__inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__inner {
    padding-top: 1px;
    max-width: 1200px;
    width: calc(100% - 30px);
  }
}
.shop__map {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shop__map iframe {
    max-width: 700px;
    width: 100%;
    height: 450px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .shop__map iframe {
    max-width: 100vw;
    width: 90%;
    height: 450px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .shop__detail {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .shop__detail {
    padding: 30px 0 0;
  }
}
.shop__detail-item .aurebesh-scramble {
  font-family: "aurebesh" !important;
  overflow-wrap: anywhere;
}
.shop__detail-item .revealed {
  font-family: inherit;
}
.shop__detail-item {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .shop__detail-item {
    width: fit-content;
  }
}
.shop__detail-item {
  padding: 10px;
  margin: 0 auto 20px;
  line-height: 23px;
}
.shop__detail-item p {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .shop__detail-item p {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__detail-item p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
}
.shop__detail-link {
  width: fit-content;
  margin: 20px auto;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px 15px;
  border: solid 2px #fff;
  border-radius: 10px;
  border-radius: 5px;
  transition: 0.2s;
}
.shop__detail-link a {
  color: #ffffff;
  font-weight: bolder;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}
.shop__detail-link:hover {
  opacity: 0.94;
  transform: translatey(2px);
}

.sns {
  position: relative;
  z-index: 2;
  padding: 84px 20px 92px;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 64px 14px 68px;
  }
}
.sns__grid {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.sns__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px;
  box-shadow: inset 0 0 50px rgba(0, 110, 253, 0.747);
  border: solid 5px #fff;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .sns__card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 18px;
  }
}
.sns__card:hover {
  transform: translateY(4px);
  opacity: 0.94;
}
.sns__card--x {
  --sns-accent: #ffffff;
}
.sns__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: var(--sns-accent);
  border: 3px solid #111;
  border-radius: 50%;
  color: #0b6ab1;
  font-size: 28px;
  box-shadow: 3px 3px 0 #111;
}
@media only screen and (max-width: 767px) {
  .sns__icon {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }
}
.sns__name {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .sns__name {
    font-size: 20px;
  }
}
.sns__account {
  display: block;
  color: var(--sns-accent);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .sns__account {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}/*# sourceMappingURL=style.css.map */