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

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

body {
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    max-width: 100vw;
    min-width: 100vw;
    width: 100vw;
  }
}
body::before {
  content: "";
  opacity: 0.8;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--pattern, radial-gradient(closest-side, #000000, #969595) 0/1em 1em space), var(--map, linear-gradient(-45deg, #000000, #969595));
  background-blend-mode: multiply;
  filter: contrast(2);
}

.wrap {
  position: relative;
  z-index: 2;
}

.top {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top {
    z-index: 20;
    overflow-x: hidden;
    max-width: 100vw;
  }
}
.top__block {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top__ttl img {
    max-width: 1500px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .top__ttl {
    margin: 0;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .top__ttl img {
    width: 100%;
    position: relative;
  }
}
.top__text {
  color: #fff;
  text-align: center;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .top__text {
    font-size: 36px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .top__text {
    display: none;
  }
}

.talk {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .talk {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
  }
}
.talk__text {
  background-color: #141414;
  color: #ffffff;
  font-weight: bolder;
  box-shadow: #ffffff -10px 10px;
}
@media only screen and (min-width: 768px) {
  .talk__text {
    padding: 0 40px;
    margin-right: 20px;
    min-height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .talk__text {
    padding: 0 20px;
    margin: 20px;
  }
}
.talk__text h2 {
  font-size: 28px;
  margin: 0;
  color: #ffffff;
  border-bottom: solid #fff 3px;
  border-left: solid #fff 6px;
}
.talk__text p {
  font-family: "Noto Sans";
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .talk__text p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .talk__text p {
    font-size: 24px;
  }
}
.talk__text p span {
  font-family: "Reggae One", system-ui;
  color: #ff7b00;
}
.talk__text .info {
  margin-left: 10px;
}
.talk__text--top {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .talk__text--top {
    width: 100%;
  }
}
.talk__text--top--img {
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .talk__text--top--img {
    display: none;
  }
}
.talk__text--top--img img {
  max-width: 100vw;
  width: 95%;
  margin: 0 auto;
}
.talk__text--bottom p {
  padding-bottom: 50px;
}
.talk__text2 {
  background-color: #141414;
  color: #ffffff;
  font-weight: bolder;
  box-shadow: #ffffff -10px 10px;
}
@media only screen and (min-width: 768px) {
  .talk__text2 {
    padding: 0 40px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .talk__text2 {
    padding: 0 20px;
    margin: 20px;
  }
}
.talk__text2 h2 {
  font-size: 28px;
  margin: 0;
  color: #ffffff;
  border-bottom: solid #fff 3px;
  border-left: solid #fff 6px;
}
.talk__text2 p {
  font-family: "Noto Sans";
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .talk__text2 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .talk__text2 p {
    font-size: 24px;
  }
}
.talk__text2 p span {
  font-family: "Reggae One", system-ui;
  color: #ff7b00;
}
.talk__text2 .info {
  margin-left: 10px;
}
.talk__text2--top {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .talk__text2--top {
    width: 100%;
  }
}
.talk__text2--top--img {
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .talk__text2--top--img {
    display: none;
  }
}
.talk__text2--top--img img {
  max-width: 100vw;
  width: 95%;
  margin: 0 auto;
}
.talk__text2--bottom p {
  padding-bottom: 50px;
}
.talk__img {
  max-width: 100vw;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .talk__img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .talk__img {
    width: 80%;
  }
}
.talk__img img {
  box-shadow: #ffffff -10px 10px;
}
@media only screen and (min-width: 768px) {
  .talk__img img {
    height: 648px;
  }
}

@media only screen and (min-width: 768px) {
  .bottom {
    padding: 72px 0;
  }
}
@media only screen and (max-width: 767px) {
  .bottom {
    padding: 25vh 0;
  }
}

.logo {
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .logo img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: 150px;
  }
}
.logo img:first-child {
  margin-right: 60px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2500ms ease, transform 2500ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

header {
  position: relative;
  z-index: 10000;
}

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