@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #000;
  background-image: url(https://rrrbb-movie.com/img/bg.jpg);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.imgs3 {
  display: flex;
  flex-wrap: wrap;
}
.imgs3 div {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .imgs3 div {
    width: 100%;
  }
}

.imgs4 {
  display: flex;
  flex-wrap: wrap;
}
.imgs4 div {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .imgs4 div {
    width: 50%;
  }
}

.imgs {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
}
.imgs .left {
  width: 56.82%;
}
@media screen and (max-width: 768px) {
  .imgs .left {
    width: 100%;
  }
}
.imgs .right {
  width: 43.18%;
}
@media screen and (max-width: 768px) {
  .imgs .right {
    width: 100%;
  }
}

.footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .title_footer {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .title_footer {
    width: 90%;
    margin: 0 auto;
  }
}
.footer .release_footer {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: hard-light;
}

/*fixed_bg------------------------*/
/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loadeing_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loadeing_inner .loader {
  animation: loadingFlash 1s infinite;
}
.loading .loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #CCC) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}

/*-------------------------------*/
/*nav----------------------------*/
/*-------------------------------*/
/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  padding: 0 0px 0px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    padding: 0 0px 0px;
  }
}
#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px #3c3c3c;
}
#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_top {
  z-index: 99;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #FFCC00;
  cursor: pointer;
}
.nav_top:hover {
  transform: scale(1, 0.6) translateY(2px);
}
.nav_top.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav_top.active {
    opacity: 0.1;
  }
  .nav_top.active.strong {
    opacity: 1;
  }
}

/*-------------------------------*/
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
/*trailer------------------------*/
#trailer .section_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  padding: 0 0px 20px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    padding: 0 0px 20px;
  }
}
#trailer .section_inner .section_main .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px #3D3000;
}
#trailer .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trailer_tab li {
  width: 50%;
  margin: 0;
}
.trailer_tab li a {
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFCC00;
  background-color: #3D3000;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  color: #333;
  background-color: #FFCC00;
}
.trailer_tab .tab.active a::before {
  content: "● ";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

/*-------------------------------*/
#top {
  position: relative;
}
#top .main {
  position: relative;
}
#top .titles {
  position: absolute;
  width: 39.22%;
  top: 3.36%;
  left: 50.42%;
}
@media screen and (max-width: 768px) {
  #top .titles {
    width: 81.39%;
    top: 3.01%;
    left: 7.69%;
  }
}
#top .titles .title_base {
  position: relative;
}
#top .titles .title_line {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#top .direc {
  position: absolute;
  width: 21.25%;
  top: 55.69%;
  left: 60.05%;
}
@media screen and (max-width: 768px) {
  #top .direc {
    width: 45.62%;
    top: 76.57%;
    left: 27.28%;
  }
}
#top .copy_yoko1 {
  position: absolute;
  width: 41.98%;
  top: 60.73%;
  left: 49.69%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko1 {
    width: 90.06%;
    top: 79.75%;
    left: 5.04%;
  }
}
#top .release {
  position: absolute;
  width: 36.61%;
  top: 72.5%;
  left: 52.34%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 78.59%;
    top: 87.16%;
    left: 10.75%;
  }
}
#top .copy_yoko2 {
  position: absolute;
  width: 39.64%;
  top: 80.12%;
  left: 50.83%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko2 {
    width: 85.08%;
    top: 91.96%;
    left: 7.5%;
  }
}
#top .spec {
  position: absolute;
  width: 43.33%;
  top: 87.24%;
  left: 49.01%;
}
@media screen and (max-width: 768px) {
  #top .spec {
    width: 93%;
    top: 96.44%;
    left: 3.59%;
  }
}

#info {
  padding: 40px 20px 40px;
  width: 100%;
  margin: 0 0 0 auto;
  background-color: #FFCC00;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 40px;
  }
}
#info .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#info .btns .btn_item {
  max-width: 260px;
  width: calc(50% - 10px);
  margin: 0 5px 20px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #info .btns .btn_item {
    width: 80%;
    margin: 0 5px 20px;
    max-width: 340px;
  }
}
#info .btns .btn_item a {
  display: block;
}
#info .btns .btn_item:hover {
  background-color: rgba(226, 226, 226, 0.5);
}
@media screen and (max-width: 768px) {
  #info .btns .btn_item:hover {
    background-color: transparent;
  }
}

.bnrs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bnrs .bnr {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  max-width: 200px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .bnrs .bnr {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    max-width: unset;
  }
}
.bnrs .bnr a {
  display: block;
}
.bnrs .bnr a:hover {
  filter: brightness(70%);
}
.bnrs .bnr img {
  border-radius: 5px;
}

.rrr_rev {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.rrr_rev:hover {
  filter: brightness(120%);
}

.mvtk {
  width: 100%;
}
.mvtk #mvtk-widgets-container {
  margin: 0 auto 30px;
}

.bnr_twin {
  display: block;
  width: 100px;
  margin: 0 auto 0px;
}
.bnr_twin:hover {
  opacity: 0.7;
}

#intro .section_inner .section_main h2 {
  max-width: 390px;
  margin: 0 auto 40px;
}
#intro .section_inner .section_main h3 {
  width: 100%;
  margin: 0 auto 40px;
}
#intro .section_inner .section_main h4 {
  color: #B81C22;
  font-weight: 900;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h4 {
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
#intro .section_inner .section_main h4 span {
  font-weight: inherit;
  display: inline-block;
}
#intro .section_inner .section_main h5 {
  text-align: center;
  margin-top: 30px;
  line-height: 1.5;
  font-size: 1.3em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h5 {
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.8;
    margin-top: 10px;
  }
}
#intro .section_inner .section_main .block:first-of-type .block1 {
  color: #FEFEFE;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 50px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .block:first-of-type .block1 {
    padding: 80px 30px;
  }
}
#intro .section_inner .section_main .block:last-of-type {
  background-color: #FFCC00;
  background-image: url(https://rrrbb-movie.com/img/bg_intro.svg), url(https://rrrbb-movie.com/img/bg_intro.svg);
  background-size: 706px 95px, 706px 95px;
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .block:last-of-type {
    background-size: 1694.4px 228px, 1694.4px 228px;
  }
}
#intro .section_inner .section_main .block:last-of-type .block2 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .block:last-of-type .block2 {
    padding: 300px 30px 320px;
  }
}
#intro .section_inner .section_main .block:last-of-type .block2 p {
  line-height: 2;
  font-weight: 700;
  text-align: justify;
  margin-bottom: 0.5em;
}
#intro .section_inner .section_main .block:last-of-type .block2 p:last-of-type {
  margin-bottom: 0;
}
#intro .section_inner .section_main .imgc01 {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .imgc01 {
    width: 325px;
    top: -1%;
  }
}
#intro .section_inner .section_main .imgc02 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 20%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .imgc02 {
    width: 278px;
    bottom: -3%;
  }
}/*# sourceMappingURL=style.css.map */