body {
  background-color: #000;
  background-size: 120px 120px;
  background-position: 0 0, 60px 60px;
  background-repeat: repeat;
  background-image: linear-gradient(45deg, #ff0000 25%, transparent 25%, transparent 75%, #ff0000 75%, #ff0000), linear-gradient(45deg, #ff0000 25%, transparent 25%, transparent 75%, #ff0000 75%, #ff0000);
  position: relative;
  padding-bottom: 400px;
}

@media screen and (min-width: 720px) {
  body {
    padding-bottom: 1100px;
  }
}

body:before, body:after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 204px;
  position: fixed;
  bottom: -2px;
  width: 125px;
  z-index: 999;
}

@media screen and (min-width: 720px) {
  body:before, body:after {
    height: 613px;
    width: 26%;
  }
}

body:before {
  background-image: url(../images/10th/billy_left.png);
  background-position: left bottom;
  left: 0;
}

body:after {
  background-image: url(../images/10th/billy_right.png);
  background-position: right bottom;
  right: 0;
}

.ten h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 0 10%;
}

@media screen and (min-width: 720px) {
  .ten h1 {
    font-size: 160px;
  }
}

.ten h1 img {
  display: block;
  margin: 0 auto 5px;
  width: 60%;
}

.ten h2 {
  text-align: center;
}

@media screen and (min-width: 720px) {
  .ten h2 {
    font-size: 90px;
  }
}

.ten h2 span {
  display: block;
  font-size: 50%;
}

.ten h3 {
  font-size: 24px;
}

.ten h3:after {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  width: 24px;
}

@media screen and (min-width: 720px) {
  .ten h3 {
    font-size: 36px;
  }
  .ten h3:after {
    height: 4px;
    width: 36px;
  }
}

@media screen and (min-width: 720px) {
  .ten .content {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .ten .content .text {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.ten .content img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.ten .photo_content_text {
  text-align: right;
  font-size: 25px;
  font-weight: 800px;
}

@media screen and (min-width: 720px) {
  .ten .photo_content_text {
    font-size: 40px;
  }
}

.ten .photo_content_name {
  text-align: right;
}

.ten .photo_content_name img {
  display: inline;
  width: 35%;
}

.ten .btnArea {
  text-align: center;
}

.ten .btn {
  border: none;
  background-color: #000;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}

@media screen and (min-width: 720px) {
  .ten .btn {
    font-size: 24px;
  }
}

.ten .btn:hover {
  background-color: #ff0000;
}

.section {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 5% 10%;
}

.section:last-child {
  margin-bottom: 0;
}

.bottom-billy {
  background-image: url(../images/10th/billy_gats_gray.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 352px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
}

@media screen and (min-width: 720px) {
  .bottom-billy {
    height: 1057px;
  }
}

.bottom-billy .btn {
  display: inline-block;
  position: relative;
  top: 200px;
  font-size: inherit;
  width: auto;
}

@media screen and (min-width: 720px) {
  .bottom-billy .btn {
    top: 600px;
  }
}

.movie-movie {
  margin-left: 0;
}

.form-text label {
  display: block;
  width: 100%;
}

.form-text label input {
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.form-text input {
  background: #fff;
  border: 1px solid #eee;
  display: block;
  font-size: 18px;
  padding: 10px;
  width: 100%;
}

.form-text textarea {
  background: #fff;
  border: 1px solid #eee;
  height: 120px;
  font-size: 18px;
  padding: 10px;
  width: 100%;
}

label.label-tappable {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #eee;
}

.form-select {
  background-color: #fff;
  border: 1px solid #eee;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 200px;
}

/*# sourceMappingURL=../maps/10th.css.map */
