@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.r2_none {
  display: none !important;
}

.r2_pc {
  display: none !important;
}

.r2_fimg {
  display: block;
  width: 100%;
  height: auto;
}


/* For modern browsers */

.r2_cf:before, .r2_cf:after {
  content: "";
  display: table;
}

.r2_cf:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.r2_cf {
  zoom: 1;
}


/*menu*/

.r2_header {
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.4);
}

.contents {
  padding: 60px 0 0;
}

.r2_sotetsu_logo {
  position: absolute;
  width: 265px;
  left: 15px;
  top: 45%;
  display: block;
  transform: translate(0, -50%);
}

.r2_menu_opener {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 205;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.r2_menu_opener img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: auto;
}

.r2_menuarea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  background: rgba(15, 16, 45, 0.95);
  overflow: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_menu_opened .r2_menuarea {
  pointer-events: auto;
  opacity: 1;
}

.r2_menu_closer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 205;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.r2_menu_cc {
  cursor: pointer;
}

.r2_menu_closer img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: auto;
}

.r2_menu_closer_x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 0;
}

.r2_menuarea_a {
  display: block;
  width: 100%;
  padding: 26px 0 26px 30px;
  border-top: dotted 2px #fff;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}

.r2_menu_closer_w {
  width: 100%;
  height: 60px;
  position: relative;
}

.r2_menu_sr {
  width: 135px;
  height: auto;
  display: block;
  margin-bottom: 8px;
  margin-top: 3px;
}

.sp_ar_1 {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: auto;
  display: block;
  transform: translate(0, -50%);
}

.sp_ar_2 {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: auto;
  display: block;
  transform: translate(0, -50%);
}

.r2_menuarea_a_in {
  letter-spacing: 0;
  position: relative;
}

.r2_menu_flag {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 64px;
  height: auto;
  display: block;
  transform: translate(0, -50%);
}

.r2_menu_flag_w .r2_menuarea_a_in {
  padding-left: 64px;
}

.r2_menuarea_a_fl {
  border-bottom: dotted 2px #fff;
}


/*r2_kv_area*/

.r2_kv_area {
  position: relative;
  width: 100vw;
  background: #f0f0f0;
}

.r2_kv_area_in {
  padding: 10px;
}

.r2_kv_v_area {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.r2_kv_v_area:before {
  content: "";
  display: block;
  padding-top: 122.67%;
}

.r2_kv_v_area:after {
  content: "";
  display: block;
  width: 100%;
	height: 100%;
	background: url("../img/pattern.png");
	top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.r2_kv_tag {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 45px;
  background: #0f102d;
  border-radius: 4px 0 0 4px;
  padding: 5px 9px 6px 11px;
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.r2_kv_tag span {
  line-height: 100%;
}

.r2_tag_ar {
  width: 10px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 6px;
}

.r2_about_area {
  background: #f0f0f0;
  padding: 20px 0 0;
}

.r2_about_text {
  width: 315px;
  max-width: 95%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.r2_links_area {
  text-align: center;
  letter-spacing: 0;
  position: relative;
  top: 30px;
  z-index: 20;
  overflow: visible;
}

.r2_links_area_a {
  position: relative;
  width: 47%;
  display: inline-block;
  margin: 0 -4px;
}

.r2_links_area_a img {
  width: 100%;
  height: auto;
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_cha_1 {
  position: absolute;
  bottom: 121px;
  left: 50%;
  pointer-events: none;
  width: 205px;
  height: auto;
  max-height: none !important;
  display: block;
  z-index: 30;
  margin-left: -80px;
}


/*r2_song_set_area*/

.r2_records * {
  letter-spacing: 0;
}


/*r2_song_set_head*/

.r2_song_set_head {
  width: 100%;
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center center
}

.r2_ssh_grad {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 246px;
  z-index: 2;
  opacity: 0.6;
}

.r2_ssh_sr {
  width: 79px;
  height: auto;
  margin-right: 15px;
  position: relative;
  bottom: 2px;
}

.r2_ssh_texts {
  position: absolute;
  bottom: 14px;
  left: 14px;
  color: #fff;
  z-index: 20;
}

.r2_ssh_part, .r2_ssh_part span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 23px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 5px;
}

.r2_ssh_h2, .r2_ssh_h2 span {
  line-height: 100%;
  font-size: 37px;
  font-weight: 900;
  margin-bottom: 2px;
}

.r2_ssh_arrow {
  width: 28px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 10px;
}

.r2_ssh_bottom {
  padding-top: 8px;
  font-size: 10px;
  font-weight: 500;
}

.r2_ssh_button {
  position: absolute;
  bottom: -27px;
  width: 55px;
  height: auto;
  z-index: 20;
  display: block;
  cursor: pointer;
  right: 10px;
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}


/*r2_song_set_main*/

.r2_ssm_head {
  height: 75px;
  width: 100%;
  background: #0f102d;
}

.r2_ssm_h3 {
  width: calc(100% - 30px);
  max-width: 1186px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  padding-top: 23px;
}


/* r2_ssm_list */

.r2_ssm_list_w {
  background: #0f102d;
  width: 100%;
}

.r2_ssm_list {
  position: relative;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.r2_ssml_item {
  width: 100%;
  height: 140px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  border: solid 1px rgba(191, 191, 191, 0.5);
  border-width: 0 0 1px;
}

.r2_ssml_item:first-child {
  border-width: 1px 0 1px;
}

.r2_ssml_h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 7px;
  padding-bottom: 3px;
  transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
	display: flex;
}

.r2_ssml_h4 span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 9px;
}

.r2_ssml_h4 span + span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 9px;
  transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.r2_ssml_h4 span + span span {
  font-size: 7px;
	display: block;
}

.r2_ssml_p {
  font-size: 10px;
  line-height: 18px;
  color: #bfbfbf;
  margin-top: -10px;
  width: 111%;
  transform-origin: 0 0;
  transform: scale(0.9);
}

.r2_ssml_p br {
  display: none;
}

.r2_ssml_texts {
  position: absolute;
  left: 120px;
  top: 0;
  width: calc(100% - 195px);
  height: 100%;
}

.r2_ssml_dur {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #bfbfbf;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.r2_ssml_windows {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ccc;
  overflow: hidden;
  border-radius: 11px;
}

.r2_ssml_windows_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/frame.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.r2_ssml_windows:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/frame.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

.r2_ssml_hover {
  width: calc(100% - 194px);
  height: 180px;
  background: #bfbfbf;
  position: absolute;
  top: 10px;
  right: 0;
  pointer-events: none;
  border-radius: 20px;
  opacity: 0;
  transform: scale(0.95);
  transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_ssml_texts:after {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url('../img/ssh_button.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  z-index: 5;
}


/*r2_youtuber*/

.r2_song_set_head_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.r2_ssh_slick_in2 {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transition-delay: 2s !important;
}

.slick-active .r2_ssh_slick_in2 {
  opacity: 1;
}

.r2_ssh_slick {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.r2_ssh_slick, .r2_ssh_slick * {
  width: 540px;
  height: 540px;
}

@media screen and (orientation: landscape) {
  .r2_ssh_slick, .r2_ssh_slick * {
    width: 100vw;
    height: 77vw;
  }
}

.r2_ssh_slick iframe {
  pointer-events: none;
}


/*r2_kv_v_slick*/

.r2_kv_v_slick iframe {
  pointer-events: none;
}

.r2_kv_v_slick {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.r2_kv_v_slick, .r2_kv_v_slick * {
  width: 211vw;
  height: 200vw;
}

@media screen and (orientation: landscape) {
  .r2_kv_v_slick, .r2_kv_v_slick * {
    width: 220vw;
    height: 123vw;
  }
}

.r2_kv_area, .r2_kv_v_area {
  overflow: hidden;
}

[r2_player] {
  cursor: pointer;
}

.r2_kv_tag {
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_kv_tag_hide .r2_kv_tag {
  transition: all 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transform: translate(100%, 0);
}


/*r2_pop_player*/

.r2_pop_player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(15, 16, 45, 0.95);
  overflow: hidden;
}

.r2_pp_top_slick, .r2_pp_top_slick>*, .r2_pp_top_slick>*>* {
  width: 100vw;
  height: 100vh;
}

.r2_pts_set {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.r2_pts_set_yt {
  width: 95vw;
  height: 53vw;
  position: absolute;
  bottom: 127px;
  left: 50%;
  transform: translate(-50%, 0);
}

.r2_pp_top_slick {
  position: absolute !important;
  bottom: 30%;
  left: 0;
}

.r2_pp_border {
  position: absolute;
  left: 0;
  bottom: 30%;
  width: 100%;
  background: #eec14e;
  height: 5px;
}

.r2_pp_bottom_slick {
  position: absolute !important;
  top: 70%;
  left: 0;
  width: 100%;
}

@media screen and (orientation: landscape) {
  .r2_pp_border {
    bottom: 15%;
    height: 3px;
  }
  .r2_pp_bottom_slick {
    position: absolute !important;
    top: 83%;
    left: 0;
    width: 100%;
    margin-top: -1px;
  }
}

.r2_pts_set_t1 {
  position: absolute;
  bottom: 37px;
  left: 50%;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transform: translate(-50%, 0);
	width: 100%;
}

.r2_pts_set_t2 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  transform: translate(-50%, 0);
	width: 100%;
}

.r2_pts_set_yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.r2_pts_set_yt_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 60px;
  border-radius: 0px;
  border-radius: 9% / 16%;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0);
  z-index: 2;
}

.r2_pts_set_ytc {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/pop_close_sp.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -45px;
}

@media screen and (orientation: landscape) {
  .r2_pts_set_yt {
    width: 80vh;
    height: 45vh;
    position: absolute;
    bottom: 63px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .r2_pts_set_t1 {
    position: absolute;
    bottom: 21px;
    left: 50%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
    transform: translate(-50%, 0);
  }
  .r2_pts_set_t2 {
    position: absolute;
    bottom: 5px;
    left: 50%;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    transform: translate(-50%, 0);
  }
  .r2_pp_top_slick {
    position: absolute !important;
    bottom: 15%;
    left: 0;
  }
  .r2_pts_set_ytc {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../img/pop_close_sp.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -45px;
    top: 0;
  }
}

.r2_pbs_set {
  color: #fff;
}

.r2_pbs_set {
  width: 100vw;
  height: 50vh;
  position: relative;
}

.r2_pbs_set_in {
  width: 90vw;
  margin: 0 auto;
  height: 200px;
  position: relative;
}

.r2_pbs_set_item {
  position: absolute;
  top: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_pbs_set_item:before {
  display: block;
  content: "";
  width: 28px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}

.r2_pbs_set_item.r2_pbs_set_item_1:before {
  left: 0;
  background-image: url('../img/pop_ar_1.png');
}

.r2_pbs_set_item.r2_pbs_set_item_2:before {
  right: 0;
  background-image: url('../img/pop_ar_2.png');
}

.r2_pbs_set_item_1 {
  text-align: left;
  left: 0;
}

.r2_pbs_set_item_1 .r2_pbs_set_item_t1 {
  padding-left: 40px;
}

.r2_pbs_set_item_2 .r2_pbs_set_item_t1 {
  padding-right: 40px;
}

.r2_pbs_set_item_1 .r2_pbs_set_item_t2 {
  padding-left: 50px;
}

.r2_pbs_set_item_2 .r2_pbs_set_item_t2 {
  padding-right: 50px;
}

.r2_pbs_set_item_2 {
  text-align: right;
  right: 0;
}

.r2_pbs_set_item_t2 {
  font-size: 10px;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin-top: 7px;
}

.r2_pbs_set_item_t1 {
  margin-top: -3px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 100%;
  font-weight: 600;
}

.r2_pop_cls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.r2_pbs_set_first .r2_pbs_set_item_1, .r2_pbs_set_last .r2_pbs_set_item_2 {
  pointer-events: none;
}

.r2_pbs_set_item_1 .r2_pbs_set_item_t2 {
  transform-origin: 0 0;
  transform: scale(0.8);
}

.r2_pbs_set_item_2 .r2_pbs_set_item_t2 {
  transform-origin: 100% 0;
  transform: scale(0.8);
}

.r2_pbs_set_first .r2_pbs_set_item_1 .r2_pbs_set_item_t1, .r2_pbs_set_first .r2_pbs_set_item_1 .r2_pbs_set_item_t2 {
  padding-left: 0px;
}

.r2_pbs_set_last .r2_pbs_set_item_2 .r2_pbs_set_item_t1, .r2_pbs_set_last .r2_pbs_set_item_2 .r2_pbs_set_item_t2 {
  padding-right: 0px;
}

.r2_pbs_set_first .r2_pbs_set_item.r2_pbs_set_item_1:before {
  display: none;
}

.r2_pbs_set_last .r2_pbs_set_item.r2_pbs_set_item_2:before {
  display: none;
}

[r2_pop_player] {
  opacity: 0;
  pointer-events: none;
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  transform: scale(1.1);
}

[r2_pop_playing="1"] [r2_pop_player="1"], [r2_pop_playing="2"] [r2_pop_player="2"], [r2_pop_playing="3"] [r2_pop_player="3"] {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}

.r2_pop_cls, .r2_pts_set_ytc {
  cursor: pointer;
}

.r2_onlyplaying .r2_pp_bottom_slick {
  pointer-events: none;
  opacity: 0;
  transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
}

.r2_pp_bottom_slick {
  transition: all 1500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
}


/*r2_about_area_text*/

.r2_about_area_text {
  width: 315px;
  margin: 0 auto;
  position: relative;
  height: 335px;
}

.r2_about_area_text div {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 32px;
}

.r2_about_area_text_1 {
  right: -10px;
  color: #1256a6;
}

.r2_about_area_text_2 {
  left: -9px;
  color: #ef7a00;
}


/*r2_pop_sns*/

.r2_pop_sns:before {
  display: block;
  content: "";
  width: 96vw;
  height: 1px;
  position: absolute;
  top: -13px;
  left: 2vw;
  background: #fff;
  opacity: 0.2;
}

.r2_pop_sns {
  position: absolute;
  left: 0px;
  z-index: 100;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.r2_pop_sns a {
  margin: 0 3px;
  display: inline-block;
  position: relative;
}

.r2_pop_sns_img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.r2_pop_sns a img {
  display: block;
  width: auto;
  height: 22px;
}


/*r2_twitter_area*/

.r2_twitter_area {}

.r2_twitter_item {
  width: 316px;
  height: 240px;
  padding-top: 15px;
}

.r2_twitter_window {
  width: 307px;
  height: 140px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  display: block;
  text-decoration: none !important;
}

.r2_twitter_window:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #fff;
}

.r2_twitter_window_in {
  padding: 17px 20px 0;
}

.r2_twitter_text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0.1em;
  max-height: 80px;
  overflow: hidden;
}

.r2_twitter_name {
  padding-top: 6px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #000000;
}

.r2_twitter_id {
  margin-left: 5px;
  color: #1b9af7;
  display: inline-block;
}

.r2_twitter_area {
  padding-top: 22px;
  background-image: url('../img/tweet_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.r2_twitter_button {
  position: relative;
  width: 220px;
  margin: 0 auto;
  display: block;
  transform: translate(0, 50%);
}

.r2_twitter_button img {
  display: block;
  width: 100%;
  height: auto;
}

.r2_twitter_button_2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 200ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.r2_twitter_button_w {
  padding: 0px 0 0px;
}

.r2_twitter_area_w {
  background: #0f102d;
  padding: 0 0px 60px;
}

.r2_twitter_area {
  position: relative;
  z-index: 1;
}

.r2_twitter_head {
  text-align: center;
  background: #0f102d;
  position: relative;
}

.r2_twitter_head_h3 {
  color: #fff;
  font-size: 11px;
  line-height: 100%;
  font-weight: 900;
  margin: 0 !important;
}

.r2_twitter_head_h2 {
  padding: 12px 0 25px;
  color: #eec14e;
  font-size: 29px;
  line-height: 100%;
  font-weight: 900;
  margin: 0 !important;
}

.r2_cha_2 {
  position: absolute;
  width: 206px;
  max-height: none;
  height: auto;
  bottom: -40px;
  right: 10%;
  z-index: 10;
}

.r2_tweet_ar {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: auto;
  top: 92px;
  z-index: 10;
  transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.r2_tweet_ar_1 {
  left: 15px;
}

.r2_tweet_ar_2 {
  right: 15px;
}


/*release*/

.r2_ssh_release {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eec14e;
  font-size: 50px;
  letter-spacing: 0.01em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
  z-index: 10;
}

.r2_ssh_release_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.3;
}

.r2_song_set_head+.r2_song_set_head {
  margin-top: 6px;
}

.r2_song_set_release_head {
  width: 100%;
  position: relative;
  height: 176px;
  background: #0f102d;
}

.r2_cha_3 {
  position: absolute;
  width: 214px;
  max-height: none;
  height: auto;
  bottom: -35px;
  left: 7%;
  z-index: 10;
}


/*r2_movie_area*/

.r2_movie_area {
  padding-top: 88px;
}

.r2_ma_h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
  color: #000;
  font-weight: 900;
  line-height: 100%;
}

.r2_ma_h2_line {
  width: 60px;
  height: 1px;
  background: #000;
  opacity: 0.2;
  margin: 15px auto;
}

.r2_ma_h2_en {
  text-align: center;
  margin: 0 auto;
  font-size: 16.5px;
  color: #eec14e;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 100%;
}

.r2_ma_h2_head_text {
  width: 330px;
  text-align: left;
  margin: 0 auto;
  font-size: 12px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  padding: 20px 0 50px;
}


/*r2_movie_item*/

.r2_movie_item_wrap {
  width: calc(100% - 10px);
  margin: 0 auto;
}

.r2_movie_item {
	margin-bottom: 10px;
}

.r2_movie_item_top {
  background: #94e6fe;
  border-radius: 29px 30px 0 0;
  position: relative;
}

.r2_movie_item_top_in {
  padding: 25px 0 10px;
}

.r2_movie_item_top_num {
  margin: 0 auto;
  width: 60px;
  height: 23px;
  line-height: 24px;
  border-radius: 12px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.r2_movie_item_top_h3 {
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  margin: 5px auto;
}

.r2_movie_item_top_h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 900;
  text-align: center;
  margin: 8px auto 25px;
}

.r2_movie_item_top_h4 span {
  font-size: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.r2_movie_item_yt {
  width: 96%;
  margin: 0 auto;
  max-width: 345px;
  position: relative;
  border-radius: 9% / 16%;
  border: solid 1px rgba(0, 0, 0, 0);
  z-index: 2;
  overflow: hidden;
}

.r2_movie_item_yt:before {
  content: "";
  display: block;
  padding-top: 56.56%;
}

.r2_movie_item_yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.r2_cha_4 {
  position: absolute;
  width: 75px;
  max-height: none;
  height: auto;
  top: -7px;
  right: 10px;
  z-index: 10;
}

.r2_cha_5 {
  position: absolute;
  width: 54px;
  max-height: none;
  height: auto;
  top: 7px;
  left: 78px;
  z-index: 10;
}

.r2_cha_6 {
  position: absolute;
  width: 96px;
  max-height: none;
  height: auto;
  top: 0;
  right: 25px;
  z-index: 10;
}

.r2_movie_item_sr {
  position: absolute;
  width: 375px;
  max-height: none;
  height: auto;
  top: 115px;
  left: -25px;
  z-index: 10;
}


/*r2_movie_item_bottom*/

.r2_mib_item_th {
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
  border: solid 3px #f6f6f6;
  background-size: cover;
  background-position: center center;
}

.r2_movie_item_bottom {
  background: #eeeeee;
  border-radius: 0 0 30px 30px;
}

.r2_mib_item_1 {
  width: 85px;
  display: block;
  position: relative;
  margin-bottom: -70px;
}

.r2_mib_item_2 {
  width: 100%;
}

.r2_mib_item {
  width: 100%;
  float: left;
  position: relative;
}

.r2_mib_item_h5 {
  text-decoration: none !important;
  padding-left: 100px;
}
.r2_mib_item_h5_2 {
  text-decoration: none !important;
  padding-left: 100px;
}

.r2_mib_item_h5 span {
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.r2_mib_item_h5_2 span {
  line-height: 100%;
  font-weight: 800;
}

.r2_mib_item_h6 {
  padding-left: 100px;
  font-weight: 600;
  line-height: 100%;
  margin: 0px 0 0;
  font-size: 14px;
}

.r2_mib_item_p {
  font-size: 10px;
  padding: 35px 0 35px;
  line-height: 20px;
  font-weight: 400;
}

.r2_mib_item_link {
  display: flex;
	margin: -30px 0 30px;
}

.r2_mib_item_link dl {
	margin-right: 7px;
}
.r2_mib_item_link dt {
	margin-bottom: 5px;
	margin-left: 10px;
  font-size: 10px;
	font-weight: normal;
}
.r2_mib_item_link dd {
	background: #fff;
	border-radius: 30px;
}
.r2_mib_item_link dd a {
	display: block;
	color: #00acee;
	text-decoration: none;
	padding: 3px 20px 6px;
  font-size: 11px;
}
.r2_mib_item_link dd a:hover {
	text-decoration: underline;
}

.r2_mib_in {
  padding-bottom: 0px;
}

.r2_mib_twitter {
  width: 25px;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
}

.r2_mib_in {
  margin: 0 auto;
  padding-top: 35px;
  width: calc(100% - 60px);
  position: relative;
}

.r2_mib_item_h5 {
  font-size: 20px;
  font-weight: 900;
  color: #ef7a00;
}

.r2_mib_item+.r2_mib_item .r2_mib_item_h5,.r2_mib_item+.r2_mib_item .r2_mib_item_h5_2 {
  color: #1256a6;
}


/*r2_movie2_item*/

.r2_movie2_item {
  background: #ccc;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.r2_mi2_top {
  width: 100%;
  height: 165px;
  background: #94e6fe;
  position: relative;
  padding-top: 20px;
}

.r2_mi2_bottom {
  width: 100%;
  height: 95px;
  background: #eeeeee;
  position: relative;
}

.r2_mi2_top .r2_movie_item_top_h3 {
  font-size: 30px;
  margin: 14px auto 0;
}

.r2_mi2_top .r2_movie_item_top_h4 {
  font-size: 12px;
  margin: 7px auto 25px;
}

.r2_mi2_top .r2_movie_item_top_num {
  margin: 0 auto;
  width: 46px;
  height: 19px;
  line-height: 20px;
  border-radius: 12px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.r2_mi2_th {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: solid 3px #f6f6f6;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  bottom: -25px;
  background-size: cover;
  background-position: center center;
}

.r2_mi2_th_1 {
  right: 50%;
  margin-right: 12px;
}

.r2_mi2_th_2 {
  left: 50%;
  margin-left: 12px;
}

.r2_mi2_bottom_date {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 30px;
  left: 0;
  top: 38px;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #000;
  opacity: 0.35;
}

.r2_movie2_item_wrap {
  float: left;
  width: 100%;
  padding: 0 5px 0px;
}

.r2_movie2_items {
  padding: 0px 0px;
}


/*r2_prod_*/

.r2_prod_head {
  padding: 60px 0 20px;
  text-align: center;
}

.r2_prod_head_h2 {
  font-size: 20px;
  font-weight: 900;
}

.r2_prod_item {
  width: calc(100% - 10px);
  margin: 0 auto;
  background: #eeeeee;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.r2_prod_th {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 255px;
  background-size: cover;
  background-position: center -20px;
}

.r2_prod_texts {
  width: 100%;
  padding: 0 0 0 0;
}

.r2_prod_texts_in {
  padding: 25px;
}

.r2_prod_h3 {
  line-height: 100%;
  font-size: 20px;
  color: #ef7a00;
  font-weight: 600;
}

.r2_prod_h4 {
  line-height: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin: 6px 0 17px;
}

.r2_prod_links {
  text-align: center;
}

.r2_prod_p {
  line-height: 20px;
  font-size: 10px;
  color: #000;
  font-weight: 400;
  padding: 0 0 16px;
}

.r2_prod_links img {
  width: 16px;
  margin-right: 9px;
  height: auto;
  position: relative;
  top: -1px;
}

.r2_prod_links a {
  background: #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 39px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px 0 12px;
  color: #00acee;
  text-decoration: none;
  font-size: 10px;
}

.r2_prod_links a+a {
  margin-left: 5px;
}


/*r2_notes_area*/

.r2_notes_area {
  margin-top: 45px;
  background: #e8f4f5;
  padding: 28px 0 24px;
}

.r2_notes_h2 {
  text-align: center;
  line-height: 100%;
  font-size: 17px;
  font-weight: 900;
}

.r2_notes_h2_en {
  text-align: center;
  line-height: 100%;
  font-size: 14px;
  color: #eec14e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 30px;
}

.r2_notes_line {
  margin: 10px auto;
  width: 50px;
  height: 1px;
  background: #000;
  opacity: 0.2;
}

.r2_notes_text_wrap {
  max-width: 315px;
  margin: 0 auto;
  width: 90%;
  height: 270px;
  overflow: auto;
}

.r2_notes_text {
  font-size: 10px;
  line-height: 200%;
}


/*r2_ssm_line_area*/

.r2_song_set_area {
  background: #0f102d;
}

.r2_ssm_list_w {
  margin: 0 auto;
  position: relative;
}

.r2_ssm_line_area {
  position: absolute;
  top: 0;
  right: 6px;
  width: 120px;
  height: 100%;
}

.r2_ssm_line_set {
  position: absolute;
  top: 0;
  width: 4px;
  height: calc(100% - 1px);
  z-index: 3;
}

.r2_ssm_online {
  width: 100%;
  height: calc(100% - 38px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f00;
  transform: scale(0.7, 1);
}

.r2_ssm_online_no {
	width: 100%;
  background: #0f102d;
  display: block;
  position: absolute;
  bottom: 0;
  height: 200px;
	background: url("../img/border2.gif") 0 60px;
}
.r2_ssm_online_nojr {
	width: 100%;
  background: #1c252c;
  display: block;
  position: absolute;
	bottom: 90px;
  height: 1060px;
	background: url("../img/border.gif") 0 30px;
}
.r2_ssm_online_jrs {
	width: 100%;
  background: #1c252c;
  display: block;
  position: absolute;
  bottom: 0;
  height: 60px;
}
.r2_ssm_line_set_1 .r2_ssm_online_jrs:after,
.r2_ssm_line_set_2 .r2_ssm_online_jrs:after {
	content: "";
  width: 100%;
  height: 15px;
  background: rgba(57, 122, 40, 1);
  display: block;
  position: absolute;
  transform: rotate(-20deg);
  left: 1px;
  top: 0px;
}
.r2_ssm_line_set_2 .r2_ssm_online_jrs:after {
  transform: rotate(20deg);
  left: auto;
	right: 1px;
}
.r2_ssm_online_jr {
	width: 100%;
  background: rgba(57, 122, 40, 1);
  display: block;
  position: absolute;
  bottom: 25px;
  height: 25px;
  left: 4px;
}

.r2_ssm_online_dot {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: solid 1px #f00;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-sizing: border-box;
}
.r2_ssm_online_dot2 {
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 7px 4px;
	border-color: transparent transparent #2d9cdb transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-sizing: border-box;
}
.r2_ssm_online_dot2:before {
	content: "";
	display: block;
	position: absolute;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #fff transparent;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-sizing: border-box;
	top: 4px;
}

.r2_ssm_online_dot_1 {
  top: 38px;
}

.r2_ssm_online_dot:not(.r2_ssm_online_dot_1),
.r2_ssm_online_dot2:not(.r2_ssm_online_dot_1) {
  margin-top: -60px;
}

.r2_ssm_line_set_6 {
  right: 0;
}

.r2_ssm_line_set_6 .r2_ssm_online_dot {
  border-color: #bcbcbc;
}

.r2_ssm_line_set_6 .r2_ssm_online {
  background: #bcbcbc;
}
.r2_ssm_line_set_6 .r2_ssm_online_dot2 {
	border-color: transparent transparent #bcbcbc transparent;
}

.r2_ssm_line_set_5 {
  right: 8px;
}

.r2_ssm_line_set_5 .r2_ssm_online_dot {
  border-color: #2d9cdb;
}

.r2_ssm_line_set_5 .r2_ssm_online {
  background: #2d9cdb;
}
.r2_ssm_line_set_5 .r2_ssm_online_dot2 {
	border-color: transparent transparent #2d9cdb transparent;
}

.r2_ssm_line_set_4 {
  right: 16px;
}

.r2_ssm_line_set_4 .r2_ssm_online_dot {
  border-color: #eb5757;
}

.r2_ssm_line_set_4 .r2_ssm_online {
  background: #eb5757;
}
.r2_ssm_line_set_4 .r2_ssm_online_dot2 {
	border-color: transparent transparent #eb5757 transparent;
}

.r2_ssm_line_set_3 {
  right: 24px;
}

.r2_ssm_line_set_3 .r2_ssm_online_dot {
  border-color: #f2994a;
}

.r2_ssm_line_set_3 .r2_ssm_online {
  background: #f2994a;
}
.r2_ssm_line_set_3 .r2_ssm_online_dot2 {
	border-color: transparent transparent #f2994a transparent;
}


.r2_ssm_line_set_2 {
  right: 38px;
}

.r2_ssm_line_set_2 .r2_ssm_online_dot {
  border-color: #bcbcbc;
}

.r2_ssm_line_set_2 .r2_ssm_online {
  background: #bcbcbc;
}
.r2_ssm_line_set_2 .r2_ssm_online_dot2 {
	border-color: transparent transparent #bcbcbc transparent;
}

.r2_ssm_line_set_1 {
  right: 46px;
}

.r2_ssm_line_set_1 .r2_ssm_online_dot {
  border-color: #f2994a;
}

.r2_ssm_line_set_1 .r2_ssm_online {
  background: #f2994a;
}
.r2_ssm_line_set_1 .r2_ssm_online_dot2 {
	border-color: transparent transparent #f2994a transparent;
}

.r2_ssm_line_set_back {
  position: absolute;
  bottom: -1px;
  height: calc(100% - 27px);
  background: rgba(57, 122, 40, 0.2);
  border: solid 2px rgba(57, 122, 40, 1);
  width: 24px;
  right: 32px;
  border-radius: 3px 3px 0 0;
}

.r2_ssm_line_jrc {
  position: absolute;
  right: 24px;
  top: 7px;
  width: 37px;
  height: auto;
  display: block;
}


/*r2_ssm_line_names*/

.r2_ssm_line_names {
  color: #fff;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 10px;
}

.r2_ssm_line_name {
  position: relative;
  font-size: 11px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 10px;
}

.r2_ssm_line_name_g {
  position: absolute;
  left: -28px;
  top: 4px;
  width: 18px;
  height: 3px;
  border-radius: 4px;
  background: #fff;
  box-sizing: content-box;
}

.r2_ssm_line_name_g_1 {
  background-color: #f2994a;
}

.r2_ssm_line_name_g_2 {
  background-color: #eb5757;
}

.r2_ssm_line_name_g_3 {
  background-color: #2d9cdb;
}

.r2_ssm_line_name_g_4 {
  background-color: #bcbcbc;
}

.r2_ssm_line_name_g_5 {
  background: rgba(57, 122, 40, 0.2);
  border: solid 2px rgba(57, 122, 40, 1);
  margin-left: -2px;
}

.r2_ssm_line_name_g_6 {
  background: rgba(57, 122, 40, 1);
}


/*r2_ssm_list_bottom*/

.r2_ssm_list_bottom {
  width: 100;
  height: 175px;
  background: #0f102d;
}


/*r2_footer*/

.r2_footer {
  padding: 47.5px 0 48px;
  background: #0f102d;
  width: 100%;
  position: relative;
}

.r2_footer_links {
  height: 60px;
  text-align: center;
  line-height: 60px;
  width: 100%;
  margin-bottom: 22px;
}

.r2_footer_links a {
  width: 60px;
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.r2_footer_links a img {
  width: 100%;
  height: auto;
}

.r2_footer_copy {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  transform-origin: center center;
  transform: scale(0.9);
  letter-spacing: 0;
}


/*yotube_frame*/

[r2_youtuber], .r2_movie_item_wrap iframe {
  transform-origin: center center;
  transform: scale(1.03);
}
.r2_movie_item_yt>*{
    transform-origin: center center;
  transform: scale(1.03);
}
x.r2_kv_v_slick [r2_youtuber] {
  transform-origin: center center;
  transform: scale(1.0);
}


/*r2_nolinks*/

.r2_nolinks .r2_about_area_text {
  height: 285px;
}

.r2_nolinks .r2_links_area {
  display: none !important;
}

.r2_nolinks .r2_pop_sns {
  display: none;
}


/*r2_video_focus*/

.r2_v_focus_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 3000;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}

body:not([r2_pop_playing="0"]).r2_video_focus .r2_v_focus_cover {
  pointer-events: auto;
}

.r2_pop_player:before, .r2_v_focus_not {
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_video_focus .r2_v_focus_not {
  opacity: 0;
  transition: all 2501ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_video_focus .r2_pop_player:before {
  opacity: 1;
  transition: all 2501ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_pop_player:before {
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}



/*r2_ssm_list_bottom_note*/
.r2_ssm_list_bottom_note{
color:#fff;
font-size: 10px;
text-align: left;
padding:25px 20px 0;
transform-origin: 0 0;
transform: scale(0.8);
width:80%;
}


