@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Teko:700&display=swap");
@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

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

h1 {
  color: #ffffff;
  font-weight: bolder;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 10em;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 5em;
    margin: 0;
  }
}

h2 {
  color: #ffffff;
  font-weight: bolder;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  color: #ffffff;
  font-weight: bolder;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1em;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "Osaka－等幅", "Osaka-Mono", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  /*background: linear-gradient(185deg, #000 85%, #8a1a16);*/
  background-color: #ffffff;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top {
  background: rgba(20, 20, 20, 0.7450980392);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  border: #FFF solid 5px;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) {
  .top {
    max-width: 100vw;
    width: 98%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .top {
    margin: 50px 3px;
  }
}

.wrap {
  border: #FFF solid 5px;
  background: rgba(20, 20, 20, 0.7450980392);
  border-radius: 50px;
  max-width: 1500px;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .wrap {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    margin: 3px;
  }
}

.title {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .title {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    margin: 0 auto 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    max-width: 500px;
    margin: 0 auto 70px;
    padding: 50px 0;
  }
}

.middle {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .middle {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .middle {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
.middle h2 {
  text-align: center;
}

.sns {
  display: block;
  max-width: 100%;
  margin: 0, auto;
}
@media only screen and (max-width: 767px) {
  .sns .block {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sns .box {
    width: 100%;
    margin: 0 0 35px;
  }
  .sns .box:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns .box {
    width: 47%;
    margin: 0 auto;
  }
}
.sns .ttl {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sns .ttl {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .ttl {
    margin: 0 0 20px;
  }
}
.sns .ttl .ttl_inner {
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sns .pic {
    margin: 0 10px 0 0;
  }
  .sns .pic img {
    width: 83%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sns .pic {
    margin: 0 20px 0 0;
  }
}
.sns__event {
  text-align: left;
  max-width: 750px;
  padding: 50px 0;
  margin: 0 auto;
}
.sns__event ul {
  color: #fff;
  font-size: 1.5em;
  font-weight: bolder;
}
.sns__event ul li {
  margin-bottom: 25px;
}
.sns a {
  text-decoration: none;
  color: #d2d2d2;
}
.sns a:hover {
  text-decoration: underline;
}
.sns .twitter_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: #000000;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_btn {
    width: 80px;
    height: 36px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_btn {
    width: 100px;
    height: 46px;
    line-height: 46px;
  }
}
.sns .twitter_btn:hover {
  filter: brightness(1.2);
}
.sns .twitter_btn a {
  position: relative;
  z-index: 99;
  color: #fff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_btn a {
    font-size: 0.65rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_btn a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .sns .twitter_area {
    margin: 5px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_area {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .sns .twitter_container .twitter-widget-wrapper iframe {
    width: 340px !important;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_container {
    width: 100%;
  }
}
.sns .twitter_btn {
  text-align: center;
  align-items: center;
}
.sns .twitter_btn .btn {
  position: relative;
  color: #FFF;
  text-align: center;
  background: #1b95e0;
  cursor: pointer;
  width: 365px;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_btn .btn {
    width: 300px;
    height: 70px;
    line-height: 70px;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_btn .btn {
    height: 80px;
    line-height: 80px;
  }
}
.sns .twitter_btn .btn:hover {
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.sns .twitter_btn .btn a {
  display: block;
  widows: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sns .twitter_btn .btn a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns .twitter_btn .btn a {
    font-size: 0.95rem;
  }
}/*# sourceMappingURL=style.css.map */