@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_sp {
  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;
}


/*format*/

.main_container .contents {
  margin-left: 0px;
  /* overflow-x: scroll; */
}

html:not(.win) body {
  -webkit-font-smoothing: antialiased;
}


/*menu*/

.r2_header {
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.4);
}

.r2_menuarea {
  width: calc(100% - 200px);
  height: 100px;
  z-index: 210;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
}

.r2_menuarea_in {
  text-align: right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.r2_menuarea_a {
  display: inline-block;
  text-align: left;
  color: #150e0d;
  position: relative;
  height: 100%;
  font-weight: 600;
  text-decoration: none !important;
  overflow: hidden;
  transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  vertical-align: top;
}

.r2_menuarea_a:hover {
  color: #eec14e;
}

.r2_menuarea_a:hover img {
  color: #eec14e;
  opacity: 0.6;
}

.r2_menuarea_a_in {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 14px 0 48px;
  letter-spacing: 0;
}

.r2_menuarea_a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: dotted 2px #ddd;
  transform: rotate(13deg);
  transform-origin: 0 100%;
}

.r2_sotetsu_logo {
  position: absolute;
  width: 150px;
  left: 30px;
  top: 50%;
  display: block;
  transform: translate(0, -50%);
}

.r2_header_pad {
  width: 100%;
  height: 100px;
}

.r2_menu_sr {
  width: 109px;
  height: auto;
  display: block;
  margin-bottom: 4px;
}

.r2_menu_flag {
  width: 70px;
  height: auto;
  display: block;
}

.r2_menu_flag_w {
  padding-right: 28px;
}


/*r2_kv_area*/

.r2_kv_area {
  position: relative;
  width: 100%;
  background: #f0f0f0;
}

.r2_kv_area_in {
  padding: 20px;
}

.r2_kv_v_area {
  position: relative;
  border-radius: 9% / 16%;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0);
  z-index: 2;
}

.r2_kv_v_area:before {
  content: "";
  display: block;
  padding-top: 55.5%;
}

.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: 108px;
  background: #0f102d;
  border-radius: 8px 0 0 8px;
  padding: 6px 9px 9px 15px;
  line-height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.r2_kv_tag span {
  line-height: 100%;
}

.r2_tag_ar {
  width: 12px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0 6px;
}

.r2_about_area {
  background: #f0f0f0;
  padding: 40px 0 0;
}

.r2_about_text {
  width: 651px;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.r2_links_area {
  text-align: center;
  letter-spacing: 0;
  position: relative;
  top: 44px;
  z-index: 20;
  overflow: visible;
}

.r2_links_area_a {
  position: relative;
  width: 240px;
  display: inline-block;
  margin: 0 -1px;
}

.r2_links_area_a img {
  width: 100%;
  height: auto;
  transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_cha_1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  pointer-events: none;
  width: 200px;
  height: auto;
  max-height: none !important;
  display: block;
  margin-left: -665px;
  margin-bottom: -10px;
}


/*r2_song_set_area*/

.r2_records * {
  letter-spacing: 0;
  box-sizing: border-box;
}


/*r2_song_set_head*/

.r2_song_set_head {
  width: 100%;
  height: 400px;
  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: 122px;
  height: auto;
  margin-right: 15px;
}

.r2_ssh_texts {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 20;
}

.r2_ssh_part, .r2_ssh_part span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 8px;
}

.win .r2_ssh_part {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_ssh_h2, .r2_ssh_h2 span {
  line-height: 100%;
  font-size: 57px;
  font-weight: 900;
}

.win .r2_ssh_h2 {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_ssh_arrow {
  width: 44px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 20px;
}

.r2_ssh_bottom {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.r2_ssh_button {
  position: absolute;
  bottom: -48px;
  width: 96px;
  height: auto;
  z-index: 20;
  display: block;
  cursor: pointer;
  right: 40px;
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
}

.r2_ssh_button:hover {
  transform: scale(1.1);
  z-index: 30;
}


/*r2_song_set_main*/

.r2_ssm_head {
  height: 133px;
  width: 100%;
  background: #0f102d;
}

.r2_ssm_h3 {
  width: calc(100% - 414px);
  max-width: 1186px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 35px;
  line-height: 100%;
  font-weight: 700;
  padding-top: 60px;
}


/* r2_ssm_list */

.r2_ssm_list_w {
  background: #0f102d;
  width: 100%;
}

.r2_ssm_list {
  position: relative;
  position: relative;
  width: calc(100% - 414px);
  max-width: 1186px;
  margin: 0 auto;
}

.r2_ssml_item {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.r2_ssml_h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 15px;
  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: 55px;
  font-weight: 700;
  margin-right: 15px;
}

.r2_ssml_h4 span + span {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 25px;
  transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.r2_ssml_h4 span + span span {
  font-size: 14px;
	display: block;
}

.r2_ssml_p {
  font-size: 15px;
  line-height: 29px;
  color: #bfbfbf;
  margin-top: -10px;
}

.r2_ssml_texts {
  border: solid 1px rgba(191, 191, 191, 0.5);
  border-width: 0 0 1px;
  position: absolute;
  left: 210px;
  top: 0;
  width: calc(100% - 226px);
  height: 100%;
  padding-right: 80px;
  overflow: hidden;
}

.r2_ssml_item:first-child .r2_ssml_texts {
  border-width: 1px 0 1px;
}

.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: 180px;
  height: 180px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #ccc;
  overflow: hidden;
  border-radius: 22px;
  z-index: 2;
}

.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_item:hover .r2_ssml_hover {
  opacity: 0.1;
  transform: scale(1);
}

.r2_ssml_windows:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%) scale(0.75);
  background-image: url('../img/ssh_button.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  /* easeOutExpo */
  z-index: 5;
}

.r2_ssml_item:hover .r2_ssml_windows:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.r2_ssml_item:hover .r2_ssml_h4 {
  color: #eec14e;
}


/*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: s !important;
}

.slick-active .r2_ssh_slick_in2 {
  opacity: 1;
}

.r2_ssh_slick {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.r2_ssh_slick, .r2_ssh_slick * {
  width: 100vw;
  height: 56.56vw;
}

.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: 100%;
  height: 80vw;
}

.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;
  width:100%;
}

.r2_pts_set {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.r2_pts_set_yt {
  width: 89vh;
  height: 50vh;
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (orientation: portrait) {
.r2_pts_set_yt {

  width: 90vw;
  height: 55.6vw;
}
}

.r2_pp_top_slick {
  position: absolute !important;
  bottom: 15%;
  left: 0;
}

.r2_pp_border {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  background: #eec14e;
  height: 6px;
}

.r2_pp_bottom_slick {
  position: absolute !important;
  top: 85%;
  left: 0;
  width: 100%;
}

.r2_pts_set_t1 {
  position: absolute;
  bottom: 47px;
  left: 50%;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  transform: translate(-50%, 0);
}

.r2_pts_set_t2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  transform: translate(-50%, 0);
}

.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: 9% / 16%;
  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: -40px;
  transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

@media screen and (orientation: landscape) {
.android .r2_pts_set_ytc {
  right: -40px;
  top: 0px;
}
}

.r2_pts_set_ytc:hover {
  filter: brightness(900%);
}

.r2_pbs_set {
  color: #fff;
}

.r2_pbs_set {
  width: 100vw;
  height: 50vh;
  position: relative;
}

.r2_pbs_set_in {
  width: 88.5vh;
  max-width: 90%;
  margin: 0 auto;
  height: 200px;
  position: relative;
  min-width: 600px;
}

@media screen and (max-height: 500px) {
.r2_pbs_set_in {
  transform-origin: center top;
  transform: scale(0.6);
}
}

.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:hover {
  opacity: 1;
}

.r2_pbs_set_item:before {
  display: block;
  content: "";
  width: 56px;
  height: 51px;
  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, .r2_pbs_set_item_1 .r2_pbs_set_item_t2 {
  padding-left: 80px;
}

.r2_pbs_set_item_2 .r2_pbs_set_item_t1, .r2_pbs_set_item_2 .r2_pbs_set_item_t2 {
  padding-right: 80px;
}

.r2_pbs_set_item_2 {
  text-align: right;
  right: 0;
}

.r2_pbs_set_item_t2 {
  font-size: 16px;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin-top: 10px;
}

.r2_pbs_set_item_t1 {
  margin-top: -3px;
  font-size: 30px;
  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_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_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: 651px;
  margin: 0 auto;
  position: relative;
  height: 445px;
}

.r2_about_area_text div {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 66px;
}

.r2_about_area_text_1 {
  right: -20px;
  color: #1256a6;
}

.r2_about_area_text_2 {
  left: -22px;
  color: #ef7a00;
}

.r2_links_area_a_h {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.r2_links_area_a:hover .r2_links_area_a_h {
  opacity: 1;
}


/*r2_pop_sns*/

.r2_pop_sns {
  width: 22px;
  position: absolute;
  left: 10px;
  z-index: 100;
  bottom: 15%;
  margin-bottom: 25vh;
}

.r2_pop_sns a {
  margin: 12px 0;
  display: block;
  position: relative;
}

.r2_pop_sns_img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.r2_pop_sns a img {
  display: block;
  width: 100%;
  height: auto;
}

a:hover .r2_pop_sns_img2 {
  opacity: 1;
  transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
  /* easeInOutExpo */
}


/*r2_twitter_area*/

.r2_twitter_area {}

.r2_twitter_item {
  width: 378px;
  height: 500px;
  padding-top: 15px;
  transform: translate(-50%, 0);
}

.r2_twitter_window {
  width: 366px;
  height: 166px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  display: block;
  text-decoration: none !important;
}

.r2_twitter_window:hover {
  filter: brightness(90%);
}

.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: 18px 20px 0;
}

.r2_twitter_text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  color: #a0a0a0;
  letter-spacing: 0.1em;
  max-height: 96px;
  overflow: hidden;
}

.win .r2_twitter_text {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_twitter_name {
  padding-top: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #000000;
}

.win .r2_twitter_name {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_twitter_id {
  margin-left: 5px;
  color: #1b9af7;
  display: inline-block;
}

.r2_twitter_area {
  padding-top: 56px;
  background-image: url('../img/tweet_bg.jpg');
  background-position: center 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.r2_twitter_button {
  position: relative;
  width: 320px;
  margin: 0 auto;
  display: block;
}

.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);
}

a:hover .r2_twitter_button_2 {
  opacity: 1;
}

.r2_twitter_button_w {
  padding: 28px 0 40px;
}

.r2_twitter_area_w {
  background: #0f102d;
  padding: 0 10px 60px;
}

.r2_twitter_area {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.r2_twitter_head {
  text-align: center;
  background: #0f102d;
  position: relative;
}

.r2_twitter_head_h3 {
  color: #fff;
  font-size: 17px;
  line-height: 100%;
  font-weight: 900;
  margin: 0 !important;
}

.win .r2_twitter_head_h3 {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_twitter_head_h2 {
  padding: 22px 0 50px;
  color: #eec14e;
  font-size: 45px;
  line-height: 100%;
  font-weight: 900;
  margin: 0 !important;
}

.win .r2_twitter_head_h2 {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.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: 45px;
  height: auto;
  bottom: 57px;
  transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.r2_tweet_ar_1 {
  left: 10px;
}

.r2_tweet_ar_2 {
  right: 10px;
}

.r2_tweet_ar:hover {
  filter: brightness(50%);
}


/*release*/

.r2_ssh_release {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eec14e;
  font-size: 70px;
  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: 2px;
}

.r2_song_set_release_head {
  width: 100%;
  position: relative;
  height: 240px;
  background: #0f102d;
}

.r2_cha_3 {
  position: absolute;
  width: 356px;
  max-height: none;
  height: auto;
  bottom: -60px;
  left: 50%;
  z-index: 10;
  margin-left: -555px;
}


/*r2_movie_area*/

.r2_movie_area {
  padding-top: 80px;
}

.r2_ma_h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  color: #000;
  font-weight: 900;
  line-height: 100%;
}

.win .r2_ma_h2 {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_ma_h2_line {
  width: 85px;
  height: 1px;
  background: #000;
  opacity: 0.2;
  margin: 20px auto;
}

.r2_ma_h2_en {
  text-align: center;
  margin: 0 auto;
  font-size: 23.6px;
  color: #eec14e;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 100%;
}

.win .r2_ma_h2_en {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_ma_h2_head_text {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  padding: 50px 0 80px;
}


/*r2_movie_item*/

.r2_movie_item_wrap {
  width: calc(100% - 100px);
  margin: 0 auto;
}

.r2_movie_item {
	margin-bottom: 50px;
}

.r2_movie_item_top {
  background: #94e6fe;
  border-radius: 60px 60px 0 0;
  position: relative;
}

.r2_movie_item_top_in {
  padding: 45px 0 40px;
}

.r2_movie_item_top_num {
  margin: 0 auto;
  width: 93px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
}

.r2_movie_item_top_h3 {
  font-size: 85px;
  font-weight: 100;
  text-align: center;
  margin: 10px auto 0;
}

.r2_movie_item_top_h4 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 900;
  text-align: center;
  margin: 5px auto 24px;
}

.win .r2_movie_item_top_h4 {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_movie_item_top_h4 span {
  font-size: 34px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.r2_movie_item_yt {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  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: 130px;
  max-height: none;
  height: auto;
  top: -25px;
  left: 50%;
  margin-left: 200px;
  z-index: 10;
}

.r2_cha_5 {
  position: absolute;
  width: 231px;
  max-height: none;
  height: auto;
  top: -43px;
  left: 50%;
  margin-left: -360px;
  z-index: 10;
}

.r2_cha_6 {
  position: absolute;
  width: 320px;
  max-height: none;
  height: auto;
  top: -43px;
  left: 50%;
  margin-left: 180px;
  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: 182px;
  height: 182px;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
  border: solid 6px #f6f6f6;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

.r2_mi2_th:before, .r2_mib_item_th:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  display: block;
  content: "";
  z-index: 0;
  transition: all 100ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
  /* easeOutSine */
}

.r2_mi2_th:hover:before, .r2_mib_item_th:hover:before {
  opacity: 0.3;
}

.r2_movie_item_bottom {
  background: #eeeeee;
  border-radius: 0 0 60px 60px;
}

.r2_mib_item_1 {
  float: left;
  width: 182px;
  display: block;
  position: relative;
}

.r2_mib_item_2 {
  padding-left: 17px;
  padding-top: 8px;
  float: left;
  width: calc(100% - 182px);
  padding-right: 50px;
}

.r2_mib_item {
  width: 50%;
  float: left;
  position: relative;
}

.r2_mib_item_h5 {
  text-decoration: none !important;
}

.r2_mib_item_h5 span {
  font-size: 40px;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
}

.r2_mib_item_h5_2 span {
  font-size: 40px;
  line-height: 100%;
  font-weight: 800;
}

.r2_mib_item_h6 {
  font-weight: 600;
  line-height: 100%;
  margin: 10px 0 0;
  font-size: 18px;
}

.r2_mib_item_p {
  font-size: 16px;
  padding-top: 20px;
  line-height: 32px;
  font-weight: 400;
}

.r2_mib_item_link {
  display: flex;
	margin-top: 30px;
}

.r2_mib_item_link dl {
	margin-right: 15px;
}
.r2_mib_item_link dt {
	margin-bottom: 5px;
	margin-left: 10px;
  font-size: 18px;
	font-weight: normal;
}
.r2_mib_item_link dd a {
	display: block;
	background: #fff;
	border-radius: 30px;
	color: #00acee;
	text-decoration: none;
	padding: 3px 20px 6px;
  font-size: 18px;
}
.r2_mib_item_link dd a:hover {
  background: #00acee;
  color: #fff;
}

.r2_mib_in {
  padding-bottom: 40px;
}

.r2_mib_twitter {
  width: 50px;
  height: auto;
  display: block;
  position: absolute;
  right: 5px;
  top: 148px;
  z-index: 5;
  transition: all 100ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
  /* easeOutSine */
}

.r2_mib_twitter:hover {
  transform: scale(1.1);
}

.r2_mib_in {
  padding-top: 35px;
  width: calc(100% - 35px);
  position: relative;
  left: 35px;
}

.r2_mib_item_h5 {
  font-size: 40px;
  font-weight: 900;
  color: #ef7a00 !important;
  line-height: 100%;
}

.win .r2_mib_item_h5 {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_mib_item+.r2_mib_item .r2_mib_item_h5,.r2_mib_item+.r2_mib_item .r2_mib_item_h5_2 {
  color: #1256a6 !important;
}

.r2_mib_item_h5:hover {
  opacity: 0.7;
}


/*r2_movie2_item*/

.r2_movie2_item {
  background: #ccc;
  border-radius: 60px;
  overflow: hidden;
  z-index: 1;
}

.r2_mi2_top {
  width: 100%;
  height: 330px;
  background: #94e6fe;
  position: relative;
  padding-top: 40px;
}

.r2_mi2_bottom {
  width: 100%;
  height: 190px;
  background: #eeeeee;
  position: relative;
}

.r2_mi2_top .r2_movie_item_top_h3 {
  font-size: 60px;
  margin: 28px auto 0;
}

.r2_mi2_top .r2_movie_item_top_h4 {
  font-size: 24px;
  margin: 13px auto 25px;
}

.r2_mi2_th {
  width: 142px;
  height: 142px;
  border-radius: 100%;
  border: solid 6px #f6f6f6;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  bottom: -52px;
  background-size: cover;
  background-position: center center;
  display: block;
}

.r2_mi2_th_1 {
  right: 50%;
  margin-right: 23px;
}

.r2_mi2_th_2 {
  left: 50%;
  margin-left: 23px;
}

.r2_mi2_bottom_date {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 60px;
  left: 0;
  top: 78px;
  line-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #000;
  opacity: 0.35;
}

.r2_movie2_item_wrap {
  width: 100%;
  padding: 0px 25px 0;
}


/*r2_prod_*/

.r2_prod_head {
  padding: 70px 0 40px;
  text-align: center;
}

.r2_prod_head_h2 {
  font-size: 40px;
  font-weight: 900;
}

.win .r2_prod_head_h2 {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_prod_item {
  width: calc(100% - 100px);
  margin: 0 auto;
  background: #eeeeee;
  border-radius: 60px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.r2_prod_th {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.r2_prod_texts {
  width: 100%;
  padding: 0 0 0 600px;
  min-height: 400px
}

.r2_prod_texts_in {
  padding: 50px 145px 50px 40px;
}

.r2_prod_h3 {
  line-height: 100%;
  font-size: 40px;
  color: #ef7a00;
  font-weight: 600;
}

.r2_prod_h4 {
  line-height: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 27px 0 22px;
}

.r2_prod_p {
  line-height: 32px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 0 0 30px;
}

.r2_prod_links img {
  width: 26px;
  margin-right: 9px;
  height: auto;
  position: relative;
  top: -2px;
}

.r2_prod_links a {
  background: #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 38px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px 0 17px;
  margin-right: 15px;
  color: #00acee;
  text-decoration: none;
  font-size: 18px;
  margin-top: 10px;
}

.r2_prod_links a, .r2_prod_links a img {
  transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.r2_prod_links a:hover {
  background: #00acee;
  color: #fff;
}

.r2_prod_links a:hover img {
  filter: brightness(900%);
}


/*r2_notes_area*/

.r2_notes_area {
  margin-top: 100px;
  background: #e8f4f5;
  padding: 80px 0 140px;
}

.r2_notes_h2 {
  text-align: center;
  line-height: 100%;
  font-size: 30px;
  font-weight: 900;
}

.win .r2_notes_h2 {
  -o-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  -moz-transform: rotate(0.05deg);
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

.r2_notes_h2_en {
  text-align: center;
  line-height: 100%;
  font-size: 23px;
  color: #eec14e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 50px;
}

.r2_notes_line {
  margin: 20px auto;
  width: 85px;
  height: 2px;
  background: #000;
  opacity: 0.2;
}

.r2_notes_text_wrap {
  max-width: 1160px;
  margin: 0 auto;
  width: 80%;
  height: 423px;
  overflow: auto;
}

.r2_notes_text {
  font-size: 14px;
  line-height: 28px;
}


/*r2_ssm_line_area*/

.r2_song_set_area {
  background: #0f102d;
}

.r2_ssm_list_w {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.r2_ssm_line_area {
  position: absolute;
  top: 0;
  left: 48px;
  width: 120px;
  height: 100%;
}

.r2_ssm_line_set {
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  z-index: 3;
}

.r2_ssm_online {
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f00;
}
.r2_ssm_online_no {
	width: 100%;
  background: #0f102d;
  display: block;
  position: absolute;
  bottom: 0;
  height: 300px;
}
.r2_ssm_online_nojr {
	width: 100%;
  background: #1c252c;
  display: block;
  position: absolute;
	bottom: 150px;
  height: 1500px;
}
.r2_ssm_online_jrs {
	width: 100%;
  background: #1c252c;
  display: block;
  position: absolute;
  bottom: 0;
  height: 100px;
}
.r2_ssm_line_set_1 .r2_ssm_online_jrs:after,
.r2_ssm_line_set_2 .r2_ssm_online_jrs:after {
	content: "";
  width: 100%;
  height: 25px;
  background: rgba(57, 122, 40, 1);
  display: block;
  position: absolute;
  transform: rotate(-25deg);
  left: 3px;
  top: 0px;
}
.r2_ssm_line_set_2 .r2_ssm_online_jrs:after {
  transform: rotate(25deg);
  left: auto;
	right: 3px;
}
.r2_ssm_online_jr {
	width: 100%;
  background: rgba(57, 122, 40, 1);
  display: block;
  position: absolute;
  bottom: 35px;
  height: 45px;
  left: 7.5px;
}

.r2_ssm_online_dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: solid 2px #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 7px 14px 7px;
	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 5px 10px 5px;
	border-color: transparent transparent #fff transparent;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-sizing: border-box;
	top: 8px;
}

.r2_ssm_online_dot_1 {
  top: 100px;
}

.r2_ssm_online_dot:not(.r2_ssm_online_dot_1),
.r2_ssm_online_dot2:not(.r2_ssm_online_dot_1){
  margin-top: -100px;
}

.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: 15px;
}

.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: 30px;
}

.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: 45px;
}

.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: 78px;
}

.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: 93px;
}

.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% - 81px);
  background: rgba(57, 122, 40, 0.2);
  border: solid 2px rgba(57, 122, 40, 1);
  width: 52px;
  right: 62px;
  border-radius: 6px 6px 0 0;
}

.r2_ssm_line_jrc {
  position: absolute;
  right: 59px;
  top: 47px;
  width: 56px;
  height: auto;
  display: block;
}


/*r2_ssm_line_names*/

.r2_ssm_line_names {
  color: #fff;
  position: absolute;
  top: 100%;
  margin-top: 30px;
  left: 88px;
}

.r2_ssm_line_name {
  position: relative;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 10px;
}

.r2_ssm_line_name_g {
  position: absolute;
  left: -33px;
  top: 6px;
  width: 24px;
  height: 4px;
  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: 172px;
  background: #0f102d;
}


/*selection*/

::selection {
  background: #ef7a00;
  color: inherit;
}

::-moz-selection {
  background: #ef7a00;
  color: inherit;
}

.r2_about_area_text_1::selection {
  background: #ef7a00;
  color: #fff;
}

.r2_about_area_text_1::-moz-selection {
  background: #ef7a00;
  color: #fff;
}

.r2_about_area_text::selection, .r2_about_area_text_1::selection, .r2_about_area_text_2::selection {
  background: #ef7a00;
  color: #fff;
}

.r2_about_area_text::-moz-selection, .r2_about_area_text_1::-moz-selection, .r2_about_area_text_2::-moz-selection {
  background: #ef7a00;
  color: #fff;
}


/*r2_star_1*/

.r2_star_1 {
  position: absolute;
  left: 50%;
  display: block;
  z-index: 0;
  height: auto;
}

.r2_star_1 {
  bottom: 513px;
  width: 313px;
  margin-left: 141px;
}


/*r2_footer*/

.r2_footer {
  background: #0f102d;
  width: 100%;
  height: 160px;
  position: relative;
}

.r2_footer_links {
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

.r2_footer_links a {
  width: 60px;
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.r2_footer_links a:hover {
  filter: brightness(80%);
}

.r2_footer_links a img {
  width: 100%;
  height: auto;
}

.r2_footer_copy {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  letter-spacing: 0;
}


/*gif*/

.r2_ssml_windows_gif {
  position: absolute;
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: all 900ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
  /* easeOutSine */
  filter: saturate(170%);
}

.r2_ssml_item:hover .r2_ssml_windows_gif {
  opacity: 1;
}

.r2_ssml_item:not(:hover) .r2_ssml_windows_gif {
  background: none !important;
}


/*yotube_frame*/

[r2_youtuber], .r2_movie_item_wrap iframe {
  transform-origin: center center;
  transform: scale(1.03);
}


/*r2_nolinks*/

.r2_nolinks .r2_about_area {
  padding-bottom: 60px;
}

.r2_nolinks .r2_links_area {
  display: none;
}

.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: right;
padding:50px 20px 0 0;


    position: relative;
    width: calc(100% - 414px);
    max-width: 1186px;
    margin: 0 auto;
}


