body {
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

a img, img {
  border: none;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textCenter {
  text-align: center;
}

html {
  position: relative;
  font-size: 62.5%;
  color: #666;
  line-height: 1.5;
  overflow-x: hidden;
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 7px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 7px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 6px;
  }
}

.wrap {
  width: 1600px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}

p {
  color: #fefefe;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1875;
  margin-bottom: 1.1875em;
}

@media only screen and (max-width: 480px) {
  p {
    line-height: 1.5;
  }
}

a, a:after, a:before,
button, button:after, button:before,
input[type=submit] {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

dd {
  margin: 0;
}

body {
  font-family: alternate-gothic-no-1-d, sans-serif;
}

@media only screen and (max-width: 480px) {
  body {
    position: relative;
    height: auto;
    overflow: hidden;
  }
}

.home_bg {
  font-family: alternate-gothic-no-1-d, sans-serif;
  overflow: hidden;
  position: relative;
}

p {
  font-family: alternate-gothic-no-1-d, sans-serif;
}

.big_title {
  color: #ED1C24;
  font-size: 13.5rem;
  font-family: alternate-gothic-no-1-d, sans-serif;
}

@media only screen and (max-width: 1580px) {
  .big_title {
    font-size: 14rem;
  }
}

@media only screen and (max-width: 480px) {
  .big_title {
    font-size: 74px;
  }
}

.small_title {
  color: #ED1C24;
  font-size: 6rem;
  font-family: alternate-gothic-no-1-d, sans-serif;
}

.primary_title {
  color: #ED1C24;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 7.2rem;
}

@media only screen and (max-width: 480px) {
  .primary_title {
    font-size: 48px;
    line-height: 0.9;
  }
}

.curv_title {
  color: #ED1C24;
  font-family: viktor-script, sans-serif;
  font-size: 9.6rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
  .curv_title {
    font-size: 35px;
    text-shadow: none;
  }
}

.book_btn {
  display: inline-block;
  color: #fff;
  font-size: 7.2rem;
  font-family: alternate-gothic-no-1-d, sans-serif;
  background-color: #000;
  border-radius: 1rem;
  padding: 2rem 2.4rem 1.3rem;
  line-height: 0.9;
}

.book_btn:hover {
  color: #ED1C24;
}

@media only screen and (max-width: 480px) {
  .book_btn {
    font-size: 27px;
  }
}

.overflow_y {
  overflow-y: hidden;
}

.mb_show {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .mb_hide {
    display: none !important;
  }
  .mb_show {
    display: block !important;
  }
}

.main_img {
  width: 100%;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-container {
  height: 300px;
  margin: 60px;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.msg {
  color: #ED1C24;
  font-size: 2em;
  margin-bottom: 0;
}

.sep_para p {
  font-size: 5.4rem;
  line-height: .9;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 23.2rem auto;
}

header {
  text-align: center;
}

header .logo {
  width: 23.2rem;
  display: inline-block;
  margin: 4rem auto 0;
}

@media only screen and (max-width: 480px) {
  header .logo {
    width: 90px;
  }
}

header h2 {
  color: #E6E6E6;
  font-size: 8rem;
  font-family: viktor-script, sans-serif;
  margin-top: 3.8rem;
}

@media only screen and (max-width: 480px) {
  header h2 {
    font-size: 6rem;
  }
}

.homr_background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.hero_video {
  margin-top: 10.5rem;
  width: 100%;
  position: relative;
}

.hero_video video {
  width: 100%;
}

.hero_video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .hero_video {
    margin-top: 38px;
  }
}

.pushables_section {
  text-align: center;
  width: 1292px;
  max-width: 98%;
  margin: 16.1rem auto 0;
}

.pushables_section .push_slider {
  margin-top: 8.5rem;
}

@media only screen and (max-width: 1440px) {
  .pushables_section .push_slider {
    height: 470px;
  }
  .pushables_section .push_slider .slick-list {
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .pushables_section .push_slider {
    height: 370px;
  }
}

@media only screen and (max-width: 768px) {
  .pushables_section .push_slider {
    height: 550px;
  }
}

@media only screen and (max-width: 480px) {
  .pushables_section .push_slider {
    height: 450px;
  }
}

@media only screen and (max-width: 426px) {
  .pushables_section .push_slider {
    height: 400px;
  }
}

@media only screen and (max-width: 480px) {
  .pushables_section {
    margin: 80px auto 22rem;
    max-width: 88%;
  }
}

.brand, .quote, .book {
  overflow: hidden;
  padding: 20rem 0;
}

.brand .slide_content, .quote .slide_content, .book .slide_content {
  width: 1096px;
  max-width: 80%;
  margin: 50px auto 0;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .brand, .quote, .book {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0;
  }
  .brand .slide_content, .quote .slide_content, .book .slide_content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 30px;
  }
}

.quote .left_slide, .quote .right_slide, .book .left_slide, .book .right_slide {
  opacity: 1;
}

.brand {
  text-align: center;
  position: relative;
}

.brand h2 {
  color: #ED1C24;
  font-family: alternate-gothic-no-1-d, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: .9;
}

.brand h2 small {
  font-size: 6rem;
  width: 450px;
}

.brand h2 span {
  font-size: 17.5rem;
  width: 500px;
}

@media only screen and (max-width: 480px) {
  .brand h2 small {
    font-size: 30px;
  }
  .brand h2 span {
    font-size: 87px;
  }
}

.quote {
  position: relative;
}

.quote .left_slide, .quote .right_slide {
  width: 500px;
}

.quote .basketball_logo {
  width: 20.6rem;
  margin: 0 auto;
  display: inline-block;
}

.quote .basketball_logo span {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .quote .basketball_logo {
    width: 182px;
  }
}

@media only screen and (max-width: 768px) {
  .quote_img {
    margin-top: 0;
  }
}

.behind_push {
  text-align: center;
  margin: 22.3rem 0 22rem;
}

.behind_push p {
  color: #000;
  font-size: 5.4rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .behind_push p {
    font-size: 27px;
    line-height: 1;
    padding: 0 70px;
  }
}

.behind_push .making_btn {
  color: #C1272D;
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
  font-size: 7.2rem;
  text-align: center;
  padding: 0.5em 0.8em .4em .4em;
  position: relative;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  line-height: 1;
}

.behind_push .making_btn .finger {
  position: absolute;
  top: 20%;
  left: -56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media only screen and (max-width: 768px) {
  .behind_push .making_btn .finger {
    width: 87px;
    left: -46%;
  }
}

.behind_push .making_btn .s_poster {
  width: 23.8rem;
  position: absolute;
  top: 50%;
  right: -43%;
  -webkit-transform: translateY(-16%);
          transform: translateY(-16%);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media only screen and (max-width: 768px) {
  .behind_push .making_btn .s_poster {
    right: -54%;
    width: 117px;
  }
}

.behind_push .making_btn span {
  font-size: 3.6rem;
  display: block;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.behind_push .making_btn div {
  -webkit-transform: rotate(-4.52deg);
          transform: rotate(-4.52deg);
}

.behind_push .making_btn:hover {
  color: #fff;
}

.behind_push .making_btn:hover .finger {
  left: -50%;
}

@media only screen and (max-width: 768px) {
  .behind_push .making_btn {
    padding-top: 5rem;
    line-height: 0.8;
    width: 242px;
  }
}

.book {
  text-align: center;
  position: relative;
}

.book h2 {
  color: #ED1C24;
  line-height: 0.85;
}

.book h2 .small {
  font-size: 10rem;
}

.book h2 span {
  font-size: 17.5rem;
  display: block;
}

.book h2 span small {
  font-size: 13.5rem;
}

@media only screen and (max-width: 768px) {
  .book h2 .small {
    font-size: 29px;
  }
  .book h2 span {
    font-size: 52px;
  }
  .book h2 span small {
    font-size: 40px;
  }
}

.push_titles {
  margin-top: 21rem;
  margin-bottom: 20.8rem;
  padding: 0 20px;
}

@media only screen and (max-width: 480px) {
  .push_titles {
    margin-top: 23rem;
  }
}

.push_titles .big_title, .push_titles .small_title {
  text-align: right;
  line-height: .7;
  margin: 0;
  text-transform: uppercase;
}

.push_titles .big_title small, .push_titles .small_title small {
  font-size: 78%;
}

@media only screen and (max-width: 992px) {
  .push_titles .big_title, .push_titles .small_title {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .push_titles .small_title {
    margin-top: 10px;
  }
}

.push_titles .b_title, .push_titles .s_title {
  color: #000;
  font-family: alternate-gothic-no-1-d, sans-serif;
  margin: 0;
  line-height: 0.91;
}

.push_titles .b_title {
  font-size: 7.2rem;
}

.push_titles .s_title {
  font-size: 4.8rem;
}

.push_titles .row {
  --bs-gutter-x: 8.5rem;
}

@media only screen and (max-width: 992px) {
  .push_titles .row .col-md-6 {
    width: 100%;
  }
}

.push_titles .detail_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .push_titles .detail_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    width: 630px !important;
    margin: 40px auto 20px;
  }
}

@media only screen and (max-width: 768px) {
  .push_titles .detail_block {
    width: 510px !important;
  }
}

@media only screen and (max-width: 480px) {
  .push_titles .detail_block {
    padding: 10px 40px;
  }
}

.push_titles .r_one .detail_block .b_title, .push_titles .r_one .detail_block .s_title {
  display: inline-block;
  margin: 0;
}

.push_titles .r_one .detail_block .s_title {
  padding-left: 1.5rem;
  padding-top: 5rem;
}

.push_titles .r_one .detail_block .pl {
  padding-left: 7rem;
}

.push_titles .r_one .detail_block .d-block {
  width: 100%;
  margin-top: -1rem;
}

.push_titles .r_two {
  margin-top: 10rem;
}

.push_titles .r_two .t1 {
  padding-left: 3rem;
}

.push_titles .r_two .t2 {
  padding-left: 1.5rem;
  padding-top: 5rem;
}

@media only screen and (max-width: 480px) {
  .push_titles .r_two .t2 {
    padding-top: 0;
  }
}

.push_titles .r_two .t3 {
  width: 100%;
  margin-top: -2.8rem;
}

@media only screen and (max-width: 480px) {
  .push_titles .r_two .t3 {
    margin-top: 0;
  }
}

.push_titles .r_two .t4 {
  padding-left: 10.7rem;
}

.push_titles .r_three {
  margin-top: 10rem;
}

.push_titles .r_three .t1, .push_titles .r_three .t2, .push_titles .r_three .t3 {
  width: 100%;
}

.push_titles .r_three .t2 {
  padding-left: 24.2rem;
}

@media only screen and (max-width: 480px) {
  .push_titles .r_three .t2 {
    padding-left: 20rem;
  }
}

.push_titles .r_three .t3 {
  padding-left: 4rem;
}

.superfan_brand {
  width: 100%;
  position: relative;
}

.superfan_brand .fan_logo {
  position: absolute;
  right: 21.66667%;
  bottom: 4.7rem;
  width: 54.4rem;
}

@media only screen and (max-width: 480px) {
  .superfan_brand .fan_logo {
    width: 110px;
  }
}

.little_push {
  padding: 0 20px;
  text-align: center;
  margin: 22rem 0;
}

@media only screen and (max-width: 480px) {
  .little_push {
    margin-top: 100px;
  }
  .little_push h2 {
    font-size: 35px;
  }
}

.little_push h5 {
  margin-top: 4rem;
  color: #000;
  font-size: 6rem;
  font-family: alternate-gothic-no-1-d, sans-serif;
}

@media only screen and (max-width: 480px) {
  .little_push h5 {
    font-size: 27px;
    width: 60%;
    margin: 0 auto;
  }
}

.little_push button {
  color: #fff;
  background-color: #000;
  margin-top: 8.7rem;
}

.little_push button:hover {
  background-color: #000;
}

@media only screen and (max-width: 480px) {
  .little_push button {
    margin-top: 40px;
  }
}

.brand_work_with {
  text-align: center;
  width: 1600px;
  margin: 23.2rem auto 0;
  max-width: 98%;
  padding: 0 20px;
}

@media only screen and (max-width: 480px) {
  .brand_work_with {
    margin-top: 110px;
  }
}

.brand_work_with h2 {
  color: #ED1C24;
}

@media only screen and (max-width: 480px) {
  .brand_work_with h2 {
    padding: 0 40px;
    font-size: 52px;
  }
}

.brand_work_with p {
  margin: 0 auto;
  color: #000;
  font-size: 5.4rem;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.brand_work_with p span {
  position: relative;
}

.brand_work_with p span:after {
  content: '';
  width: 100%;
  height: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/brush-stroke.svg) no-repeat center/contain;
}

.brand_work_with .brand_logos {
  width: 975px;
  margin: 10rem auto;
  max-width: 90%;
}

@media only screen and (max-width: 480px) {
  .brand_work_with .brand_logos {
    margin-top: 2.8rem;
  }
}

.brand_work_with .brand_logos .logo_img {
  width: 23.7rem;
  margin: 0 .5rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.brand_work_with .brand_logos .slick-active img {
  width: 26rem;
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .brand_work_with .brand_logos .slick-active img {
    width: 18rem;
  }
}

@media only screen and (max-width: 480px) {
  .brand_work_with .brand_logos .slick-active img {
    width: 130px;
  }
}

#media-partner {
  margin-bottom: 22rem;
}

.media_engine {
  margin-top: 21.8rem;
}

@media only screen and (max-width: 768px) {
  .media_engine {
    margin-top: 80px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.4rem;
}

.slick-dots li {
  font-size: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 0 4.5px;
  opacity: 0.5;
  cursor: pointer;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.build_stratergy {
  margin: 23rem 0;
  text-align: center;
  padding: 0 20px;
}

.build_stratergy .superfan_img {
  width: 51.3rem;
  max-width: 96%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.build_stratergy h2, .build_stratergy p {
  text-transform: uppercase;
  line-height: 0.9;
}

.build_stratergy h2 {
  font-size: 7.2rem;
  margin-top: 0;
}

.build_stratergy p {
  font-size: 5.4rem;
  color: #000;
}

@media only screen and (max-width: 480px) {
  .build_stratergy {
    margin-top: 102px;
  }
  .build_stratergy h2 {
    width: 51%;
    margin: 0 auto;
    margin-top: 26px;
  }
  .build_stratergy p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.sound_push {
  margin: 22rem 0 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sound_push .push_sound, .sound_push .push_text {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin: 0 1.9rem;
}

@media only screen and (max-width: 768px) {
  .sound_push .push_sound, .sound_push .push_text {
    margin: 0 0.6rem;
  }
}

.sound_push .push_sound {
  width: 342px;
  max-width: 45%;
  margin-top: 10rem;
  margin-right: 0;
}

.sound_push .push_wave {
  width: 12.6rem;
  max-width: 45%;
  margin-top: 5rem;
  margin-right: 1.5rem;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.sound_push .push_text {
  width: 444px;
  max-width: 45%;
}

.sound_push:hover .push_sound {
  width: 360px;
}

.sound_push:hover .push_wave {
  width: 14.4rem;
  margin-top: 5.8rem;
}

.sound_push:hover .push_text {
  width: 462px;
}

@media only screen and (max-width: 480px) {
  .sound_push {
    margin: 12rem 0 10rem;
  }
  .sound_push .push_sound {
    width: 108px;
    margin-top: 7.8rem;
  }
  .sound_push .push_wave {
    width: 40px;
  }
  .sound_push .push_text {
    width: 141px;
  }
}

.book_section {
  margin: 21.4rem 0 22.5rem;
  padding: 0 20px;
}

.book_section h5 {
  margin-top: 7.3rem;
  font-size: 3.6rem;
}

@media only screen and (max-width: 480px) {
  .book_section h5 {
    font-size: 30px;
  }
}

.footer_quote {
  text-align: center;
  color: #000;
  font-family: flood-std, sans-serif;
  font-size: 2.8rem;
  margin-top: 16.5rem;
}

@media only screen and (max-width: 480px) {
  .footer_quote {
    font-size: 14px;
    width: 223px;
    margin: 110px auto 23px;
  }
}

.modal {
  font-size: 1.6rem;
}

.modal .modal-dialog {
  width: 1292px;
  max-width: 98%;
}

.modal .modal-content {
  padding: 3.3rem 11.5rem 5.5rem;
  border: 0;
  background: url(../img/Paper-Back.jpg) no-repeat center/cover;
  border-radius: 1rem;
}

@media only screen and (max-width: 768px) {
  .modal .modal-content {
    padding: 3.3rem 6.5rem 5.5rem;
  }
}

.modal .modal-header {
  color: #ED1C24;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
}

.modal .modal-header h2 {
  color: #ED1C24;
  line-height: 0.9;
  text-transform: uppercase;
}

.modal .modal-header p {
  font-size: 3.4rem;
  color: #000;
  text-transform: uppercase;
}

.modal .btn-close {
  position: absolute;
  top: 3.4rem;
  right: 3.4rem;
  background-color: #000;
  font-family: alternate-gothic-no-1-d, sans-serif;
  color: #fff;
  font-size: 3.6rem;
  background-image: none;
  padding: 0rem 0.4rem 1rem;
  border-radius: 1rem;
}

.modal .modal-body {
  border: 0;
}

.modal .row {
  --bs-gutter-x: 6.5rem;
}

.modal form {
  margin-top: 2.2rem;
}

.modal form input, .modal form textarea {
  width: 100%;
  color: #000;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 3.6rem;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: .5rem 2.1rem;
  background-color: transparent;
  margin-bottom: 3.4rem;
  text-transform: uppercase;
}

.modal form .submit_btn {
  color: #fff;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 3.6rem;
  background-color: #000;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  border: 0;
  outline: none;
}

.modal form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.modal form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.modal form ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.modal form ::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.panel {
  height: 100vh;
}

.line {
  width: 100%;
  max-width: 800px;
  height: 8px;
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  background-color: white;
}

.wrap_page {
  width: 1274px;
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .wrap_page {
    max-width: 100%;
  }
}

.common_style p {
  margin: 0 80px 0 250px;
  color: #000;
  font-size: 2.4rem;
  font-family: ff-nexus-typewriter, sans-serif;
  line-height: 1.2;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .common_style p {
    font-size: 14px;
    margin: 0 80px 0 20.24584vw;
  }
}

.common_style figure {
  margin: 0 auto;
}

.paper_bg {
  position: relative;
}

.paper_bg .paper_background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.fan_poster {
  position: relative;
  padding: 17.3rem 0 20rem;
  margin-top: -13rem;
}

.fan_poster h3 {
  text-align: center;
  color: #C1272D;
  font-size: 7.2rem;
  -webkit-transform: rotate(-4.52deg);
          transform: rotate(-4.52deg);
  line-height: 1;
  margin: 5rem 0 4rem;
}

.fan_poster h3 span {
  font-size: 3.6rem;
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fan_poster p {
  margin-bottom: 2rem;
}

.fan_poster figure {
  width: 676px;
  max-width: 70%;
  margin: 6.7rem auto 0;
}

@media only screen and (max-width: 1024px) {
  .fan_poster figure {
    width: 402px;
  }
}

@media only screen and (max-width: 1024px) {
  .fan_poster {
    padding: 17.3rem 0 14rem;
  }
}

@media only screen and (max-width: 768px) {
  .fan_poster {
    margin-top: -4rem;
    padding: 7.3rem 0 14rem;
  }
  .fan_poster figure {
    width: 49.16847vw;
  }
}

@media only screen and (max-width: 480px) {
  .fan_poster h3 {
    font-size: 37px;
  }
  .fan_poster h3 span {
    font-size: 21px;
  }
  .fan_poster figure {
    width: 238px;
  }
}

.fan_poster_two {
  padding-top: 30rem;
  margin-top: -20rem;
  z-index: 1;
  position: relative;
  padding-bottom: 20rem;
}

.fan_poster_two figure {
  width: 35.4rem;
  max-width: 80%;
  margin: 2.6rem auto 5rem;
}

@media only screen and (max-width: 1024px) {
  .fan_poster_two {
    padding-top: 33rem;
  }
}

@media only screen and (max-width: 768px) {
  .fan_poster_two {
    padding-top: 17rem;
  }
}

@media only screen and (max-width: 480px) {
  .fan_poster_two figure {
    width: 238px;
  }
}

.fan_poster_three {
  padding-top: 3rem;
  padding-bottom: 5rem;
  margin-top: -14rem;
  z-index: 1;
  position: relative;
}

.fan_poster_three .figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fan_poster_three figure {
  width: 43.2rem;
  max-width: 80%;
  margin: 2.6rem 4.7rem 5rem;
}

.fan_poster_three figure figcaption {
  text-align: center;
}

.fan_poster_three figure figcaption p {
  margin: 0;
}

.fan_poster_three h3 {
  width: 625px;
  max-width: 80%;
  margin: 5.4rem auto 3.7rem;
}

.fan_poster_three .alternate_poster {
  width: 552px;
  max-width: 80%;
  margin: 3.7rem auto 11.6rem;
}

@media only screen and (max-width: 1024px) {
  .fan_poster_three {
    padding-top: 3rem;
    padding-bottom: 14rem;
  }
  .fan_poster_three .alternate_poster {
    width: 39.91323vw;
  }
  .fan_poster_three h3 {
    width: 425px;
  }
}

@media only screen and (max-width: 480px) {
  .fan_poster_three figure {
    width: 119px;
    margin: 2.6rem 0 5rem;
  }
  .fan_poster_three h3 {
    width: 235px;
    margin: 0 auto 3.7rem;
  }
  .fan_poster_three .alternate_poster {
    width: 238px;
  }
}

.fan_poster_four {
  padding-top: 20rem;
  padding-bottom: 20rem;
  margin-bottom: 10rem;
}

.fan_poster_four figure {
  width: 727px;
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .fan_poster_four figure {
    width: 52.56688vw;
    padding-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .fan_poster_four {
    padding-top: 0;
    padding-bottom: 10rem;
  }
  .fan_poster_four figure {
    width: 238px;
  }
}

footer {
  background-color: black;
  padding: 3.6rem 2rem 1.5rem;
  width: 100%;
  text-align: center;
}

footer .ft_logo {
  width: 23.2rem;
  display: inline-block;
}

footer h3 {
  font-size: 5.4rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3rem;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul span {
  color: #eee;
  font-size: 3.6rem;
  opacity: 0.5;
}

footer ul li {
  margin: 0 .9rem;
}

footer ul li a {
  color: #e6e6e6;
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 3.6rem;
  text-transform: uppercase;
  display: inline-block;
}

footer ul li a:hover {
  color: #e6e6e6;
  opacity: 0.5;
}

footer p {
  color: #e6e6e6;
  font-size: 14px;
  margin-top: 8px;
}

@media only screen and (max-width: 480px) {
  footer p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  footer {
    margin-bottom: 0;
  }
  footer .ft_logo {
    width: 87px;
  }
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer ul li a {
    font-size: 27px;
  }
  footer ul span {
    display: none;
  }
  footer ul ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 18px;
  }
  footer p {
    margin-top: 36px;
  }
}
/*# sourceMappingURL=style.css.map */