@charset "UTF-8";
body,
td,
th {
  color: #FFFFFF;
  font-size: 12px;
}

body {
  background-color: #000000;
  text-align: center;
  padding: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background: url(/ptp_test/images/bg.jpg) center top/cover no-repeat fixed;
}

a:link {
  color: #FF0004;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #FF0004;
}

a:hover {
  text-decoration: none;
  color: #FF0004;
}

a:active {
  text-decoration: none;
  color: #FF0004;
}

img {
  width: 100%;
}

main {
  width: 80%;
  padding-top: 5%;
  margin: 0 auto;
}
@media (max-width: 680px) {
  main {
    width: 95%;
  }
}

.sns {
  display: flex;
  justify-content: center;
}
.sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snsx {
  width: 50px;
  margin: 0 10px;
  margin-bottom: 3%;
}
@media (max-width: 680px) {
  .snsx {
    width: 30px;
  }
}

.title {
  margin-bottom: 5%;
}

.logo {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 5%;
}

.text {
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 8%;
}
@media (max-width: 680px) {
  .text {
    font-size: 4vw;
  }
}

@media (max-width: 680px) {
  .copy {
    font-size: 11px;
  }
}

/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 800px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */