@charset "UTF-8";


/* Basic Structure ----------------------------*/
body.rapPage {
  background-color: #fccf00;
}


/* Common ----------------------------*/
/* Wrapper */
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* .movie_list */
.movie_list {
  display: flex;
  justify-content: center;
}

.movie_listInner {
  text-align: center;
}

.movie_listInner > dt,
.movie_listInner > dt > a {
  display: block;
  position: relative;
}

.movie_listInner > dt > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/pages/img/rap/2404/icon_play.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

.movie_listInner > dt img {
  width: 100%;
}

.movie_listInner > dd {
  margin-top: 25px;
}

.movie_listTxt {
  text-align: left;
}

.movie_listTxt > a {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 364px;
  padding: 20px;
  border-radius: 1000px;
  background-color: #fff;
  line-height: 1;
  text-align: center;
}

.movie_listTxt > a img {
  height: 23px;
}

@media screen and (max-width: 767px) {
  /* Wrapper */
  .wrapper {
    width: 100%;
    padding: 0 calc(100vw * (30 / 750));
  }
  
  /* .movie_list */
  .movie_listInner > dt > a::after {
    width: calc(100vw * (200 / 750));
    height: calc(100vw * (200 / 750));
  }

  .movie_listInner > dd {
    margin-top: calc(100vw * (50 / 750));
  }

  .movie_listTxt > a {
    min-width: calc(100vw * (656 / 750));
    padding: calc(100vw * (30 / 750));
  }

  .movie_listTxt > a img {
    height: calc(100vw * (45 / 750));
  }
}


/* Key Visual ----------------------------*/
.kv {
  height: calc(100vh - 80px);
  position: relative;
  z-index: -1;
  background-color: #000;
  line-height: 1;
}

.kv:after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/common/img/2205/loader_wt.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

.kv_video {
  position: fixed;
  width: 100%;
  height: 100%;
}

.kv_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .kv_video video {
    left: 0;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 767px) {
  .kv {
    height: calc(100vh - (100vw * (120 / 750)));
  }
  
  .kv:after {
    width: calc(100vw * (60 / 750));
    height: calc(100vw * (60 / 750));
  }
}

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .kv_video video {
    max-width: 100vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .kv_video video {
    max-height: 100vh;
  }
}

@media screen and (min-width: 2560px) {
  .kv_video video {
    left: 0;
    transform: translate(0, -50%);
    min-width: 2560px;
    max-width: 2560px;
  }
}


/* Lead ----------------------------*/
.lead {
  position: relative;
  z-index: 1;
  height: 831px;
  padding-top: 105px;
  background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/pages/img/rap/2404/lead_bg01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 2560px auto;
}

.lead::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 340px;
  height: 305px;
  background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/pages/img/rap/2404/lead_bg02.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

.lead_inner {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}

.lead_inner > dt {
  display: block;
  width: 50%;
  padding-left: 65px;
}

.lead_inner > dt img {
  width: 400px;
}

.lead_inner > dd {
  flex: 1;
  padding-right: 80px;
  padding-bottom: 10px;
  text-align: center;
}

.lead_ttl {
  margin-bottom: 15px;
}

.lead_ttl img {
  width: 430px;
}

.lead_txt img {
  width: 348px;
}

.lead_btns {
  display: flex;
  justify-content: center;
  margin-left: -20px;
}

.lead_btns > li {
  width: 340px;
  margin-left: 20px;
}

.lead_btns > li > a {
  display: block;
}

@media screen and (max-width: 767px) {
  .lead {
    height: calc(100vw * (2398 / 750));
    padding-top: calc(100vw * (70 / 750));
    background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/pages/img/rap/2404/lead_bg01_sp.jpg);
    background-size: 100% auto;
  }

  .lead::before {
    width: calc(100vw * (340 / 750) * 0.9);
    height: calc(100vw * (305 / 750) * 0.9);
  }

  .lead_inner {
    position: relative;
    display: block;
    padding-top: calc(100vw * (630 / 750));
    margin-bottom: calc(100vw * (60 / 750));
    text-align: center;
  }

  .lead_inner > dt {
    width: 100%;
    padding-left: 0;
    margin-bottom: calc(100vw * (65 / 750));
  }

  .lead_inner > dt img {
    width: calc(100vw * (620 / 750));
  }

  .lead_inner > dd {
    padding-right: 0;
    padding-bottom: 0;
  }

  .lead_ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .lead_ttl img {
    width: calc(100vw * (680 / 750));
  }

  .lead_txt img {
    width: calc(100vw * (652 / 750));
  }

  .lead_btns {
    display: block;
    margin-left: 0;
    margin-top: calc(100vw * (-10 / 750));
  }

  .lead_btns > li {
    width: 100%;
    margin-left: 0;
    margin-top: calc(100vw * (10 / 750));
  }
}


/* TVCM ----------------------------*/
.tvcm {
  height: 917px;
  padding-top: 55px;
  background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/pages/img/rap/2404/tvcm_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 2560px auto;
}

.tvcm_ttl {
  margin-bottom: 15px;
  text-align: center;
}

.tvcm_ttl img {
  width: 260px;
}

.tvcm .movie_list > li {
  width: 690px;
}

.tvcm .movie_listInner > dt > a::after {
  margin-top: -40px;
}

#tvcm_modalSecret .movie_modalSecretInner > dt {
  top: 18px;
  width: 304px;
}

@media screen and (max-width: 767px) {
  .tvcm {
    height: calc(100vw * (1199 / 750));
    padding-top: calc(100vw * (110 / 750));
    background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/pages/img/rap/2404/tvcm_bg_sp.jpg);
    background-size: 100% auto;
  }

  .tvcm_ttl {
    margin-bottom: calc(100vw * (30 / 750));
  }

  .tvcm_ttl img {
    width: calc(100vw * (440 / 750));
  }

  .tvcm .movie_list > li {
    width: calc(100vw * (646  / 750));
  }
  
  .tvcm .movie_listInner > dt > a::after {
    margin-top: 0;
  }
  
  .tvcm .movie_listTxt > a img {
    /* height: calc(100vw * (106 / 750)); */
  }
  
  #tvcm_modalSecret .movie_modalSecretInner > dt {
    top: calc(100vw * (34 / 750));
    width: calc(100vw * (554 / 750));
  }
}


/* Dance ----------------------------*/
.dance {
  position: relative;
  z-index: 3;
  height: 872px;
  padding-top: 55px;
  background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/pages/img/rap/2404/dance_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 2560px auto;
}

.dance_ttl {
  margin-bottom: 15px;
  text-align: center;
}

.dance_ttl img {
  width: 370px;
}

.dance .movie_list > li {
  width: 318px;
}

#dance_modalSecret .movie_modalSecretInner > dt {
  top: 53px;
  width: 288px;
}

@media screen and (max-width: 767px) {
  .dance {
    height: calc(100vw * (1626 / 750));
    padding-top: calc(100vw * (65 / 750));
    background-image: url(https://www.bourbon.co.jp/chocoa-npan/assets/pages/img/rap/2404/dance_bg_sp.jpg);
    background-size: 100% auto;
  }

  .dance_ttl {
    margin-bottom: calc(100vw * (30 / 750));
  }

  .dance_ttl img {
    width: calc(100vw * (660 / 750));
  }

  .dance .movie_list > li {
    width: calc(100vw * (650  / 750));
  }
  
  #dance_modalSecret .movie_modalSecretInner > dt {
    top: calc(100vw * (96 / 750));
    width: calc(100vw * (524 / 750));
  }
}