@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 10px;
  overflow: auto;
}
html.open {
  overflow: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html.open {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  html.open {
    overflow: hidden;
  }
}
html.m-open {
  overflow: hidden;
}

body {
  position: relative;
  color: #fff;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  background: url("../img/header/bg_main.webp") no-repeat top left/contain #000;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body {
    background: url("../img/header/bg_main_sp.webp") no-repeat top left/contain #000;
  }
}

h1, h2, h3, h4 {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: text-top;
}

svg path, svg polygon, svg rect {
  fill-rule: evenodd;
  clip-rule: evenodd;
}

br.pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }
}

.scarlet-movie__header {
  position: relative;
  width: 100%;
  height: 65.8333333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__header {
    height: 78.75vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__header {
    height: 135.8974358974vw;
  }
}
.scarlet-movie__header_logo {
  position: fixed;
  top: 25px;
  left: 40px;
  z-index: 3;
  width: 171px;
  height: 25px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__header_logo {
    top: 2.5vw;
    left: 1.875vw;
    width: 17vw;
    height: 2.5vw;
    -webkit-filter: drop-shadow(0 0 1.25vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 1.25vw rgba(0, 0, 0, 0.5));
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__header_logo {
    top: 5.1282051282vw;
    left: 3.8461538462vw;
    width: 34.8717948718vw;
    height: 5.1282051282vw;
    -webkit-filter: drop-shadow(0 0 2.5641025641vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 2.5641025641vw rgba(0, 0, 0, 0.5));
  }
}
.scarlet-movie__header_logo img {
  pointer-events: none;
  width: 100%;
}
.scarlet-movie__header_hamburger {
  display: none;
  position: fixed;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__header_hamburger {
    cursor: pointer;
    display: block;
    top: 2vw;
    right: 1.875vw;
    width: 5vw;
    height: 3.5vw;
  }
  .scarlet-movie__header_hamburger.open::before {
    top: 1.6875vw;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .scarlet-movie__header_hamburger.open::after {
    top: 1.6875vw;
    width: 100%;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .scarlet-movie__header_hamburger:hover::before, .scarlet-movie__header_hamburger:hover::after {
    background-color: #ff6762;
  }
  .scarlet-movie__header_hamburger::before, .scarlet-movie__header_hamburger::after {
    position: absolute;
    right: 0;
    content: "";
    height: 1px;
    background-color: #fff;
    -webkit-transition: background-color 0.4s, top 0.4s, width 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, top 0.4s, width 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, top 0.4s, width 0.4s, transform 0.4s;
    transition: background-color 0.4s, top 0.4s, width 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  .scarlet-movie__header_hamburger::before {
    top: 1.125vw;
    width: 100%;
  }
  .scarlet-movie__header_hamburger::after {
    top: 2.125vw;
    width: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__header_hamburger {
    cursor: pointer;
    display: block;
    top: 4.1025641026vw;
    right: 3.8461538462vw;
    width: 10.2564102564vw;
    height: 7.1794871795vw;
  }
  .scarlet-movie__header_hamburger.open::before {
    top: 3.4615384615vw;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .scarlet-movie__header_hamburger.open::after {
    top: 3.4615384615vw;
    width: 100%;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .scarlet-movie__header_hamburger:hover::before, .scarlet-movie__header_hamburger:hover::after {
    background-color: #ff6762;
  }
  .scarlet-movie__header_hamburger::before, .scarlet-movie__header_hamburger::after {
    position: absolute;
    right: 0;
    content: "";
    height: 1px;
    background-color: #fff;
    -webkit-transition: background-color 0.4s, top 0.4s, width 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, top 0.4s, width 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, top 0.4s, width 0.4s, transform 0.4s;
    transition: background-color 0.4s, top 0.4s, width 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  .scarlet-movie__header_hamburger::before {
    top: 2.3076923077vw;
    width: 100%;
  }
  .scarlet-movie__header_hamburger::after {
    top: 4.358974359vw;
    width: 7.1794871795vw;
  }
}
.scarlet-movie__header_menu {
  position: fixed;
  top: 25px;
  right: 40px;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__header_menu {
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  .scarlet-movie__header_menu.open {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__header_menu {
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  .scarlet-movie__header_menu.open {
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__header_menu--wrap {
    height: calc(100vh - 20vw);
    overflow-y: auto;
    margin: 13.75vw 0 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__header_menu--wrap {
    height: calc(100vh - 30.7692307692vw);
    overflow-y: auto;
    margin: 20.5128205128vw 0 10.2564102564vw;
  }
}
.scarlet-movie__header_menu ul {
  display: -ms-grid;
  display: grid;
  gap: 54.38px;
  grid-auto-flow: column;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
.scarlet-movie__header_menu ul li {
  position: relative;
}
.scarlet-movie__header_menu ul li:not(:last-child)::after {
  position: absolute;
  top: 1.15px;
  right: -35px;
  content: "";
  width: 15px;
  height: 23px;
  background: url("../img/kv/bg_menu-line.svg") no-repeat top left/100%;
  margin: auto;
}
.scarlet-movie__header_menu ul a {
  color: #fff;
  font-size: 18px;
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
  letter-spacing: 20%;
  line-height: 23px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.scarlet-movie__header_menu ul a:hover {
  color: #ff6762;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__header_menu ul {
    gap: 2.5vw;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .scarlet-movie__header_menu ul li:not(:last-child)::after {
    display: none;
  }
  .scarlet-movie__header_menu ul a {
    display: block;
    font-size: 3vw;
    line-height: 5vw;
    text-align: center;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__header_menu ul {
    gap: 7.6923076923vw;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .scarlet-movie__header_menu ul li:not(:last-child)::after {
    display: none;
  }
  .scarlet-movie__header_menu ul a {
    display: block;
    font-size: 7.1794871795vw;
    line-height: 11.5384615385vw;
    text-align: center;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
}
.scarlet-movie__header h1 {
  position: absolute;
  top: 32.9861111111vw;
  right: 0;
  left: 0;
  width: 51.6576388889vw;
  -webkit-filter: drop-shadow(0 0 0.6944444444vw rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 0.6944444444vw rgba(0, 0, 0, 0.5));
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__header h1 {
    top: 32.9075vw;
    width: 51.6575vw;
    -webkit-filter: drop-shadow(0 0 1.25vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 1.25vw rgba(0, 0, 0, 0.5));
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__header h1 {
    top: 58.7179487179vw;
    width: 76.9230769231vw;
    -webkit-filter: drop-shadow(0 0 2.5641025641vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 2.5641025641vw rgba(0, 0, 0, 0.5));
  }
}
.scarlet-movie__header h1 img {
  pointer-events: none;
  width: 100%;
}
.scarlet-movie__header_band {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  -ms-grid-columns: 22.0833333333vw 20px 37.3611111111vw;
  grid-template-columns: 22.0833333333vw 37.3611111111vw;
  place-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6.9444444444vw;
  background: rgba(255, 102, 97, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.scarlet-movie__header_band > img {
  pointer-events: none;
  width: 100%;
  -webkit-filter: drop-shadow(0 0 0.2777777778vw rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 0.2777777778vw rgba(0, 0, 0, 0.5));
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__header_band {
    gap: 2.5vw;
    -ms-grid-columns: 32.5vw 2.5vw 55.76625vw;
    grid-template-columns: 32.5vw 55.76625vw;
    height: 10vw;
  }
  .scarlet-movie__header_band > img {
    -webkit-filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.5));
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__header_band {
    gap: 0;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    place-items: center;
    height: 25.641025641vw;
  }
  .scarlet-movie__header_band > img {
    -webkit-filter: drop-shadow(0 0 1.0256410256vw rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 1.0256410256vw rgba(0, 0, 0, 0.5));
    margin-top: 0;
  }
  .scarlet-movie__header_band > img:nth-of-type(1) {
    width: 57.4358974359vw;
  }
  .scarlet-movie__header_band > img:nth-of-type(2) {
    width: 87.1794871795vw;
  }
}
.scarlet-movie__news {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 4.1666666667vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__news {
    padding: 7.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__news {
    padding: 12.8205128205vw 0;
  }
}
.scarlet-movie__news--wrap {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  grid-auto-flow: column;
  -ms-grid-columns: 116.16px 50px 1fr;
  grid-template-columns: 116.16px 1fr;
  place-items: center;
  width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__news--wrap {
    gap: 3.125vw;
    -ms-grid-columns: 11.61625vw 3.125vw 1fr;
    grid-template-columns: 11.61625vw 1fr;
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__news--wrap {
    gap: 6.4102564103vw;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 87.1794871795vw;
  }
}
.scarlet-movie__news h2 {
  height: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__news h2 {
    height: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__news h2 {
    width: 23.8282051282vw;
    height: auto;
  }
}
.scarlet-movie__news h2 img {
  pointer-events: none;
  width: 100%;
}
.scarlet-movie__news_list {
  border-top: 1px solid #4b4b4b;
}
.scarlet-movie__news_list li {
  border-bottom: 1px solid #4b4b4b;
}
.scarlet-movie__news_list li a {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  -ms-grid-columns: 71px 20px 1fr 20px 60px;
  grid-template-columns: 71px 1fr 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 103, 98, 0);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  padding: 15px;
}
.scarlet-movie__news_list li a > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.scarlet-movie__news_list li a > p:nth-of-type(1) {
  color: #ff6762;
  font-family: "Noto Serif", serif;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.scarlet-movie__news_list li a > p:nth-of-type(2) {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.scarlet-movie__news_list li a > div {
  height: 1px;
  background-color: #ff6762;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.scarlet-movie__news_list li a:hover {
  background: rgb(255, 103, 98);
}
.scarlet-movie__news_list li a:hover > p:nth-of-type(1) {
  color: #000;
}
.scarlet-movie__news_list li a:hover > div {
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__news_list li a {
    gap: 2.5vw;
    -ms-grid-columns: 8.875vw 2.5vw 1fr 2.5vw 7.5vw;
    grid-template-columns: 8.875vw 1fr 7.5vw;
    padding: 1.875vw;
  }
  .scarlet-movie__news_list li a > p {
    font-size: 2vw;
    line-height: 1.6;
  }
  .scarlet-movie__news_list li a > p:nth-of-type(2) {
    display: -webkit-box;
    max-height: 3.2em;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__news_list li a {
    gap: 1.2820512821vw;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 2.5641025641vw 1.2820512821vw;
  }
  .scarlet-movie__news_list li a > p {
    font-size: 4.1025641026vw;
  }
  .scarlet-movie__news_list li a > p:nth-of-type(1) {
    line-height: 1;
  }
  .scarlet-movie__news_list li a > p:nth-of-type(2) {
    display: -webkit-box;
    max-height: 3.2em;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .scarlet-movie__news_list li a > div {
    display: none;
  }
}
.scarlet-movie__brdvd {
  padding: 5.5555555556vw 0 6.9444444444vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd {
    padding: 10vw 0 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd {
    padding: 12.8205128205vw 0;
  }
}
.scarlet-movie__brdvd h2 {
  width: 563.97px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd h2 {
    width: 70.49625vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd h2 {
    width: 87.1794871795vw;
  }
}
.scarlet-movie__brdvd h2 img {
  pointer-events: none;
  width: 100%;
}
.scarlet-movie__brdvd--special {
  width: 1060px;
  margin: 3.4722222222vw auto 0;
}
.scarlet-movie__brdvd--special .scarlet-movie__brdvd_photo {
  width: 796px;
}
.scarlet-movie__brdvd--special .scarlet-movie__brdvd_detail {
  grid-auto-flow: column;
  -ms-grid-columns: 470px 1fr;
  grid-template-columns: 470px 1fr;
}
.scarlet-movie__brdvd--special .scarlet-movie__brdvd_detail-txt {
  margin-right: 110px;
}
.scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn01 {
  width: 774px;
}
.scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn02 {
  width: 1048px;
}
.scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn02 > div {
  margin: 10px 5px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd--special {
    width: 90vw;
    margin: 6.25vw auto 0;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_photo {
    width: 100%;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_detail {
    gap: 3.125vw;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_detail-txt {
    margin-right: 29.625vw;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn01 {
    width: 100%;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn02 {
    width: 100%;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn02 > div {
    margin: 1.25vw 1.25vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd--special {
    width: 87.1794871795vw;
    margin: 6.4102564103vw auto 0;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_photo {
    width: 100%;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_detail {
    gap: 6.4102564103vw;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_detail-txt {
    margin-right: 0;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn01 {
    width: 100%;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn02 {
    width: 100%;
    margin-top: 2.5641025641vw;
  }
  .scarlet-movie__brdvd--special .scarlet-movie__brdvd_btn.btn02 > div {
    margin: 0;
  }
}
.scarlet-movie__brdvd--standard {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  grid-auto-flow: column;
  -ms-grid-columns: 390px 40px 1fr;
  grid-template-columns: 390px 1fr;
  width: 1060px;
  margin: 6.9444444444vw auto 0;
}
.scarlet-movie__brdvd--standard h3 {
  margin-top: 0;
}
.scarlet-movie__brdvd--standard .scarlet-movie__brdvd_photo {
  width: 100%;
}
.scarlet-movie__brdvd--standard .scarlet-movie__brdvd_photo img {
  border-radius: 5px;
}
.scarlet-movie__brdvd--standard .scarlet-movie__brdvd_detail {
  display: block;
  margin-top: 0;
}
.scarlet-movie__brdvd--standard .scarlet-movie__brdvd_detail-item {
  margin-top: 25px;
}
.scarlet-movie__brdvd--standard .scarlet-movie__brdvd_detail-txt {
  margin-right: 107px;
  margin-top: 15px;
}
.scarlet-movie__brdvd--standard .scarlet-movie__brdvd_btn {
  width: 630px;
}
.scarlet-movie__brdvd--standard .scarlet-movie__brdvd_btn.btn02 > div {
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd--standard {
    gap: 5vw;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 92.5vw;
    margin: 12.5vw auto 0;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_photo {
    width: 48.75vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_photo img {
    border-radius: 0.625vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_detail-item {
    margin-top: 3.125vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_detail-txt {
    margin-right: 29.625vw;
    margin-top: 1.875vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_btn {
    width: 100%;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_btn.btn02 > div {
    margin-top: 1.25vw;
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd--standard {
    gap: 5.1282051282vw;
    grid-auto-flow: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 87.1794871795vw;
    margin: 12.8205128205vw auto 0;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_photo {
    width: 100%;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_photo img {
    border-radius: 1.2820512821vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_detail-item {
    margin-top: 6.4102564103vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_detail-txt {
    margin-right: 0;
    margin-top: 3.8461538462vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_btn {
    width: 87.1794871795vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_btn.btn02 {
    margin-top: 2.5641025641vw;
  }
  .scarlet-movie__brdvd--standard .scarlet-movie__brdvd_btn.btn02 > div {
    margin-top: 0;
    margin-right: 0;
  }
}
.scarlet-movie__brdvd_photo {
  margin: 0 auto;
}
.scarlet-movie__brdvd_photo img {
  pointer-events: none;
  width: 100%;
}
.scarlet-movie__brdvd_name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 64px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_name {
    font-size: 3vw;
    line-height: 8vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_name {
    font-size: 5.1282051282vw;
    line-height: 14.8717948718vw;
    margin-top: 5.1282051282vw;
  }
}
.scarlet-movie__brdvd_detail {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_detail {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_detail {
    margin-top: 5.1282051282vw;
  }
}
.scarlet-movie__brdvd_detail-item {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.scarlet-movie__brdvd_detail-item li {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  grid-auto-flow: column;
  -ms-grid-columns: 100px 15px 1fr;
  grid-template-columns: 100px 1fr;
}
.scarlet-movie__brdvd_detail-item li > p:nth-of-type(1) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
}
.scarlet-movie__brdvd_detail-item li > p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_detail-item {
    gap: 1.25vw;
  }
  .scarlet-movie__brdvd_detail-item li {
    gap: 1.875vw;
    -ms-grid-columns: 12.5vw 1.875vw 1fr;
    grid-template-columns: 12.5vw 1fr;
  }
  .scarlet-movie__brdvd_detail-item li > p:nth-of-type(1) {
    height: 3vw;
    font-size: 1.75vw;
    line-height: 3vw;
    border-radius: 0.625vw;
  }
  .scarlet-movie__brdvd_detail-item li > p:nth-of-type(2) {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_detail-item {
    gap: 2.5641025641vw;
  }
  .scarlet-movie__brdvd_detail-item li {
    gap: 3.8461538462vw;
    -ms-grid-columns: 25.641025641vw 3.8461538462vw 1fr;
    grid-template-columns: 25.641025641vw 1fr;
  }
  .scarlet-movie__brdvd_detail-item li > p:nth-of-type(1) {
    height: 6.1538461538vw;
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    border-radius: 1.2820512821vw;
  }
  .scarlet-movie__brdvd_detail-item li > p:nth-of-type(2) {
    font-size: 3.5897435897vw;
    line-height: 1.7;
  }
}
.scarlet-movie__brdvd_detail-txt {
  color: #bbb;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_detail-txt {
    font-size: 1.75vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_detail-txt {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
}
.scarlet-movie__brdvd_detail-txt02 {
  margin-top: 25px;
}
.scarlet-movie__brdvd_detail-txt02 p {
  color: #ff6762;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.scarlet-movie__brdvd_detail-txt02 p.annotation {
  color: #bbb;
  font-size: 10px;
  font-weight: 400;
}
.scarlet-movie__brdvd_detail-txt02 li {
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
  margin-left: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_detail {
    margin-top: 2.5vw;
  }
  .scarlet-movie__brdvd_detail p {
    font-size: 1.75vw;
  }
  .scarlet-movie__brdvd_detail p.annotation {
    font-size: 1.25vw;
  }
  .scarlet-movie__brdvd_detail li {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_detail {
    margin-top: 5.1282051282vw;
  }
  .scarlet-movie__brdvd_detail p {
    font-size: 3.5897435897vw;
  }
  .scarlet-movie__brdvd_detail p.annotation {
    font-size: 2.5641025641vw;
  }
  .scarlet-movie__brdvd_detail li {
    font-size: 3.5897435897vw;
  }
}
.scarlet-movie__brdvd_btn.btn01 {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 25px auto 0;
}
.scarlet-movie__brdvd_btn.btn01 a.studio-chizu img {
  width: 146px;
}
.scarlet-movie__brdvd_btn.btn01 a.vap-store {
  background-color: #3be056;
}
.scarlet-movie__brdvd_btn.btn01 a.vap-store img {
  width: 123.52px;
}
.scarlet-movie__brdvd_btn.btn01 a img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_btn.btn01 {
    gap: 1.25vw;
    margin: 3.125vw auto 0;
  }
  .scarlet-movie__brdvd_btn.btn01 a.studio-chizu img {
    width: 18.25vw;
  }
  .scarlet-movie__brdvd_btn.btn01 a.vap-store img {
    width: 15.44vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_btn.btn01 {
    gap: 2.5641025641vw;
    margin: 5.1282051282vw auto 0;
  }
  .scarlet-movie__brdvd_btn.btn01 a {
    height: 14.1025641026vw;
  }
  .scarlet-movie__brdvd_btn.btn01 a.studio-chizu img {
    width: 28.4615384615vw;
  }
  .scarlet-movie__brdvd_btn.btn01 a.vap-store img {
    width: 24.7153846154vw;
  }
}
.scarlet-movie__brdvd_btn.btn02 {
  font-size: 0;
  margin: 0 auto;
}
.scarlet-movie__brdvd_btn.btn02 > div {
  display: inline-block;
  width: 121px;
  vertical-align: top;
}
.scarlet-movie__brdvd_btn.btn02 > div a {
  position: relative;
  background-color: #fff;
}
.scarlet-movie__brdvd_btn.btn02 > div a.amazon img {
  width: 73.7px;
}
.scarlet-movie__brdvd_btn.btn02 > div a.seven-net {
  background-image: url("../img/brdvd/logo_7net.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 108.14px;
}
.scarlet-movie__brdvd_btn.btn02 > div a.tower {
  background-image: url("../img/brdvd/logo_tower.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.scarlet-movie__brdvd_btn.btn02 > div a.animate {
  background-image: url("../img/brdvd/logo_animate.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.scarlet-movie__brdvd_btn.btn02 > div a.seven-net img {
  width: auto;
}
.scarlet-movie__brdvd_btn.btn02 > div a.amazon img, .scarlet-movie__brdvd_btn.btn02 > div a.seven-net img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  margin: auto;
}
.scarlet-movie__brdvd_btn.btn02 > div a img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_btn.btn02 > div {
    width: 15.125vw;
  }
  .scarlet-movie__brdvd_btn.btn02 > div a.amazon img {
    width: 9.2125vw;
  }
  .scarlet-movie__brdvd_btn.btn02 > div a.seven-net {
    background-size: 13.5175vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_btn.btn02 {
    display: -ms-grid;
    display: grid;
    gap: 2.5641025641vw;
    -ms-grid-columns: 1fr 2.5641025641vw 1fr 2.5641025641vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .scarlet-movie__brdvd_btn.btn02 > div {
    width: 27.3504282051vw;
  }
  .scarlet-movie__brdvd_btn.btn02 > div a {
    height: 12.3076923077vw;
  }
  .scarlet-movie__brdvd_btn.btn02 > div a.amazon img {
    width: 16.3974358974vw;
  }
  .scarlet-movie__brdvd_btn.btn02 > div a.seven-net {
    background-size: 23.8641025641vw;
  }
}
.scarlet-movie__brdvd_btn a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 55px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_btn a {
    height: 6.875vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_btn a {
    height: auto;
    border-radius: 1.2820512821vw;
  }
}
.scarlet-movie__brdvd_btn a:hover {
  opacity: 0.7;
}
.scarlet-movie__brdvd_bonus {
  border-radius: 15px;
  background-color: #262626;
  overflow: hidden;
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_bonus {
    border-radius: 1.875vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_bonus {
    border-radius: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
}
.scarlet-movie__brdvd_bonus h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  background-color: #ff6762;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_bonus h4 {
    font-size: 2.5vw;
    line-height: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_bonus h4 {
    font-size: 4.6153846154vw;
    line-height: 12.3076923077vw;
  }
}
.scarlet-movie__brdvd_bonus-detail {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 40px;
}
.scarlet-movie__brdvd_bonus-detail > div {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.scarlet-movie__brdvd_bonus-detail > div p {
  color: #ff6762;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.scarlet-movie__brdvd_bonus-detail > div li {
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
  margin-left: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_bonus-detail {
    gap: 3.125vw;
    padding: 3.125vw;
  }
  .scarlet-movie__brdvd_bonus-detail > div {
    gap: 1.25vw;
  }
  .scarlet-movie__brdvd_bonus-detail > div p {
    font-size: 2vw;
  }
  .scarlet-movie__brdvd_bonus-detail > div li {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_bonus-detail {
    gap: 3.8461538462vw;
    padding: 3.8461538462vw;
  }
  .scarlet-movie__brdvd_bonus-detail > div {
    gap: 1.2820512821vw;
  }
  .scarlet-movie__brdvd_bonus-detail > div p {
    font-size: 3.5897435897vw;
  }
  .scarlet-movie__brdvd_bonus-detail > div li {
    font-size: 3.5897435897vw;
  }
}
.scarlet-movie__brdvd_other {
  width: 1060px;
  font-size: 14px;
  line-height: 1.4;
  color: #bbb;
  margin: 6.9444444444vw auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__brdvd_other {
    width: 90vw;
    font-size: 1.75vw;
    margin: 12.5vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__brdvd_other {
    width: 87.1794871795vw;
    font-size: 3.0769230769vw;
    margin: 12.8205128205vw auto 0;
  }
}
.scarlet-movie__slide01 .slick-slide {
  width: 23.6111111111vw;
  height: 12.5vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__slide01 .slick-slide {
    width: 42.5vw;
    height: 22.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__slide01 .slick-slide {
    width: 48.4333333333vw;
    height: 25.641025641vw;
  }
}
.scarlet-movie__slide01 .slick-slide img {
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.scarlet-movie__slide02_img img {
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.scarlet-movie__goods {
  display: -ms-grid;
  display: grid;
  gap: 6.9444444444vw;
  background-color: #262626;
  padding: 6.9444444444vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods {
    gap: 12.5vw;
    padding: 12.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods {
    gap: 25.641025641vw;
    padding: 12.8205128205vw 0;
  }
}
.scarlet-movie__goods--wrap {
  display: -ms-grid;
  display: grid;
  position: relative;
  gap: 50px;
  width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods--wrap {
    gap: 6.25vw;
    width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods--wrap {
    gap: 6.4102564103vw;
    width: 87.1794871795vw;
  }
}
.scarlet-movie__goods--wrap:not(:first-child)::before {
  position: absolute;
  top: -3.5069444444vw;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4b4b4b;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods--wrap:not(:first-child)::before {
    top: -6.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods--wrap:not(:first-child)::before {
    top: -12.9487179487vw;
  }
}
.scarlet-movie__goods--wrap.first-served h3 {
  width: 252px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods--wrap.first-served h3 {
    width: 31.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods--wrap.first-served h3 {
    width: 46.1538461538vw;
  }
}
.scarlet-movie__goods--wrap.first-served h3::before {
  background: url("../img/goods/bg_frame-left_white.svg") no-repeat top left/100%;
}
.scarlet-movie__goods--wrap.first-served h3::after {
  background: url("../img/goods/bg_frame-right_white.svg") no-repeat top left/100%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods--wrap.first-served .scarlet-movie__goods_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.scarlet-movie__goods--wrap.first-served .scarlet-movie__goods_list li {
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods--wrap.first-served .scarlet-movie__goods_list li {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods--wrap.first-served .scarlet-movie__goods_list li {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.scarlet-movie__goods--wrap.original h3 {
  width: 359px;
  color: #ff6762;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods--wrap.original h3 {
    width: 44.875vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods--wrap.original h3 {
    width: 61.7948717949vw;
  }
}
.scarlet-movie__goods--wrap.original h3::before {
  background: url("../img/goods/bg_frame-left_red.svg") no-repeat top left/100%;
}
.scarlet-movie__goods--wrap.original h3::after {
  background: url("../img/goods/bg_frame-right_red.svg") no-repeat top left/100%;
}
.scarlet-movie__goods--wrap.original .scarlet-movie__goods_list-name {
  color: #ff6762;
}
.scarlet-movie__goods--wrap.bundle h3 {
  width: 216px;
  color: #40a5ff;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods--wrap.bundle h3 {
    width: 27vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods--wrap.bundle h3 {
    width: 36.9230769231vw;
  }
}
.scarlet-movie__goods--wrap.bundle h3::before {
  background: url("../img/goods/bg_frame-left_blue.svg") no-repeat top left/100%;
}
.scarlet-movie__goods--wrap.bundle h3::after {
  background: url("../img/goods/bg_frame-right_blue.svg") no-repeat top left/100%;
}
.scarlet-movie__goods--wrap.bundle .scarlet-movie__goods_list-name {
  color: #40a5ff;
}
.scarlet-movie__goods h3 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 38px;
  padding: 0 24px;
  margin: 0 auto;
}
.scarlet-movie__goods h3::before, .scarlet-movie__goods h3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 9px;
  height: 38px;
  margin: auto;
}
.scarlet-movie__goods h3::before {
  left: 0;
}
.scarlet-movie__goods h3::after {
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods h3 {
    font-size: 4.5vw;
    line-height: 4.75vw;
    padding: 0 3vw;
  }
  .scarlet-movie__goods h3::before, .scarlet-movie__goods h3::after {
    width: 1.125vw;
    height: 4.75vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods h3 {
    font-size: 6.1538461538vw;
    line-height: 7.6923076923vw;
    padding: 0 5.641025641vw;
  }
  .scarlet-movie__goods h3::before, .scarlet-movie__goods h3::after {
    width: 1.7948717949vw;
    height: 7.6923076923vw;
  }
}
.scarlet-movie__goods_list {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods_list {
    gap: 3.125vw;
    -ms-grid-columns: 1fr 3.125vw 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 3.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods_list {
    gap: 6.4102564103vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
.scarlet-movie__goods_list li {
  width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods_list li {
    width: 40vw;
    margin: 0 auto;
  }
  .scarlet-movie__goods_list li.column1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods_list li {
    width: 76.9230769231vw;
    margin: 0 auto;
  }
  .scarlet-movie__goods_list li.column1 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.scarlet-movie__goods_list-photo {
  width: 320px;
  height: 240px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods_list-photo {
    width: 40vw;
    height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods_list-photo {
    width: 76.9230769231vw;
    height: 57.6923076923vw;
  }
}
.scarlet-movie__goods_list-photo img {
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.scarlet-movie__goods_list-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}
.scarlet-movie__goods_list-name span {
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods_list-name {
    font-size: 2.5vw;
    margin-top: 2.5vw;
  }
  .scarlet-movie__goods_list-name span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods_list-name {
    font-size: 4.1025641026vw;
    margin-top: 3.8461538462vw;
  }
  .scarlet-movie__goods_list-name span {
    font-size: 3.0769230769vw;
  }
}
.scarlet-movie__goods_list-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}
.scarlet-movie__goods_list-txt span {
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods_list-txt {
    font-size: 2vw;
    margin-top: 0.625vw;
  }
  .scarlet-movie__goods_list-txt span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods_list-txt {
    font-size: 3.5897435897vw;
    margin-top: 1.2820512821vw;
  }
  .scarlet-movie__goods_list-txt span {
    font-size: 2.5641025641vw;
  }
}
.scarlet-movie__goods_annotation {
  color: #bbb;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods_annotation {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods_annotation {
    font-size: 3.5897435897vw;
  }
}
.scarlet-movie__goods_txt {
  font-size: 14px;
  line-height: 1.6;
}
.scarlet-movie__goods_txt span {
  color: #40a5ff;
}
.scarlet-movie__goods_txt span.item {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__goods_txt {
    font-size: 1.75vw;
  }
  .scarlet-movie__goods_txt span.item {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__goods_txt {
    font-size: 3.5897435897vw;
  }
  .scarlet-movie__goods_txt span.item {
    font-size: 4.1025641026vw;
  }
}
.scarlet-movie__movie {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/movie/bg.png") no-repeat top left/cover;
  padding: 5.5555555556vw 0 7.2916666667vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__movie {
    background: url("../img/movie/bg.png") no-repeat -31.25vw 0/cover;
    padding: 10vw 0 13.125vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__movie {
    background: url("../img/movie/bg.png") no-repeat -58.9743589744vw 0/cover;
    padding: 12.8205128205vw 0;
  }
}
.scarlet-movie__movie h2 {
  width: 16.7173611111vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__movie h2 {
    width: 30.09125vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__movie h2 {
    width: 38.9769230769vw;
  }
}
.scarlet-movie__movie h2 img {
  pointer-events: none;
  width: 100%;
}
.scarlet-movie__movie_slide {
  position: relative;
  padding-bottom: 4.1666666667vw;
  margin: 3.4722222222vw auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__movie_slide {
    padding-bottom: 6.25vw;
    margin: 6.25vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__movie_slide {
    padding-bottom: 12.8205128205vw;
    margin: 10.2564102564vw auto 0;
  }
}
.scarlet-movie__movie_slide.is-single .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}
.scarlet-movie__movie_slide.is-single .slick-dots {
  display: none;
}
.scarlet-movie__movie_slide .slick-slide {
  width: 24.6527777778vw;
  margin: 0 0.8680555556vw;
}
.scarlet-movie__movie_slide .slick-slide a {
  display: block;
  color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.scarlet-movie__movie_slide .slick-slide a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__movie_slide .slick-slide {
    width: 90vw;
    margin: 0 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__movie_slide .slick-slide {
    width: 66.6666666667vw;
    margin: 0 3.2051282051vw;
  }
}
.scarlet-movie__movie_slide .slick-dots {
  position: absolute;
  font-size: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.scarlet-movie__movie_slide .slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  text-indent: -9999px;
  border-radius: 0.3472222222vw;
  background-color: #bbb;
  margin: 0 0.5208333333vw;
}
.scarlet-movie__movie_slide .slick-dots li.slick-active {
  pointer-events: none;
  background-color: #ff6762;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__movie_slide .slick-dots li {
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 0.625vw;
    margin: 0 0.9375vw;
  }
  .scarlet-movie__movie_slide .slick-dots li.slick-active {
    pointer-events: none;
    background-color: #ff6762;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__movie_slide .slick-dots li {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-radius: 1.2820512821vw;
    margin: 0 1.9230769231vw;
  }
  .scarlet-movie__movie_slide .slick-dots li.slick-active {
    pointer-events: none;
    background-color: #ff6762;
  }
}
.scarlet-movie__movie_slide-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #2b2c2f;
}
.scarlet-movie__movie_slide-thumb img {
  pointer-events: none;
  border: 1px solid #8c8c8c;
  width: 100%;
}
.scarlet-movie__movie_slide-title {
  font-size: 1.1111111111vw;
  line-height: 1.4;
  text-align: center;
  margin-top: 1.0416666667vw;
  background-color: #ff6762;
  padding: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__movie_slide-title {
    font-size: 2vw;
    text-align: center;
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__movie_slide-title {
    font-size: 3.5897435897vw;
    text-align: center;
    margin-top: 3.8461538462vw;
  }
}
.scarlet-movie__story {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 67.3611111111vw;
  background: url("../img/story/bg.png") no-repeat -18.0555555556vw 0/cover;
  padding-top: 6.9444444444vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__story {
    height: auto;
    background: none;
    padding-top: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__story {
    height: auto;
    background: none;
    padding-top: 12.8205128205vw;
  }
}
.scarlet-movie__story h2 {
  width: 219.19px;
  margin-left: 42.4583333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__story h2 {
    width: 27.39875vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__story h2 {
    width: 38.4076923077vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.scarlet-movie__story h2 img {
  pointer-events: none;
  width: 100%;
}
.scarlet-movie__story--wrap {
  display: -ms-grid;
  display: grid;
  gap: 1.7361111111vw;
  margin: 3.4722222222vw 0 0 39.9305555556vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__story--wrap {
    gap: 3.125vw;
    width: 90vw;
    margin: 6.25vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__story--wrap {
    gap: 6.4102564103vw;
    width: 87.1794871795vw;
    margin: 6.4102564103vw auto 0;
  }
}
.scarlet-movie__story p {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.scarlet-movie__story_txt01 {
  font-size: 2.7777777778vw;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__story_txt01 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__story_txt01 {
    font-size: 5.641025641vw;
  }
}
.scarlet-movie__story_txt02 {
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.8;
}
.scarlet-movie__story_txt02 span {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.scarlet-movie__story_txt02 span.size-m {
  font-size: 1.3888888889vw;
}
.scarlet-movie__story_txt02 span.size-l {
  font-size: 1.6666666667vw;
}
.scarlet-movie__story_txt02 span.size-ll {
  font-size: 2.7777777778vw;
  line-height: 2.5;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__story_txt02 {
    font-size: 2vw;
  }
  .scarlet-movie__story_txt02 span.size-m {
    font-size: 2.5vw;
  }
  .scarlet-movie__story_txt02 span.size-l {
    font-size: 3vw;
  }
  .scarlet-movie__story_txt02 span.size-ll {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__story_txt02 {
    font-size: 3.5897435897vw;
  }
  .scarlet-movie__story_txt02 span.size-m {
    font-size: 4.1025641026vw;
  }
  .scarlet-movie__story_txt02 span.size-l {
    font-size: 4.1025641026vw;
  }
  .scarlet-movie__story_txt02 span.size-ll {
    font-size: 6.1538461538vw;
  }
}
.scarlet-movie__story_img {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__story_img {
    display: block;
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__story_img {
    display: block;
    margin-top: 12.8205128205vw;
  }
}
.scarlet-movie__story_img img {
  width: 100%;
}
.scarlet-movie__caststaff {
  padding: 6.9444444444vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__caststaff {
    padding: 12.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__caststaff {
    padding: 12.8205128205vw 0;
  }
}
.scarlet-movie__caststaff h2 {
  width: 491.43px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__caststaff h2 {
    width: 61.42875vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__caststaff h2 {
    width: 80.4307692308vw;
  }
}
.scarlet-movie__caststaff h2 img {
  pointer-events: none;
  width: 100%;
}
.scarlet-movie__caststaff--wrap {
  text-align: center;
}
.scarlet-movie__caststaff--wrap:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__caststaff--wrap:not(:first-child) {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__caststaff--wrap:not(:first-child) {
    margin-top: 10.2564102564vw;
  }
}
.scarlet-movie__caststaff_item {
  display: inline-block;
  position: relative;
  color: #ff6762;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  line-height: 1;
  padding: 0 80px;
  margin: 0 auto;
}
.scarlet-movie__caststaff_item::before, .scarlet-movie__caststaff_item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #ff6762;
  margin: auto;
}
.scarlet-movie__caststaff_item::before {
  left: 0;
}
.scarlet-movie__caststaff_item::after {
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__caststaff_item {
    font-size: 3vw;
    padding: 0 10vw;
  }
  .scarlet-movie__caststaff_item::before, .scarlet-movie__caststaff_item::after {
    width: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__caststaff_item {
    font-size: 5.1282051282vw;
    padding: 0 20.5128205128vw;
  }
  .scarlet-movie__caststaff_item::before, .scarlet-movie__caststaff_item::after {
    width: 17.9487179487vw;
  }
}
.scarlet-movie__caststaff_name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__caststaff_name {
    font-size: 2.5vw;
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__caststaff_name {
    font-size: 3.0769230769vw;
    margin-top: 3.8461538462vw;
  }
}
.scarlet-movie__modal {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.scarlet-movie__modal.m-open {
  display: block;
}
.scarlet-movie__modal--wrap {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 55.5555555556vw;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__modal--wrap {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__modal--wrap {
    width: 82.0512820513vw;
  }
}
.scarlet-movie__modal_close {
  cursor: pointer;
  position: relative;
  width: 3.125vw;
  height: 3.125vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__modal_close {
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__modal_close {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.scarlet-movie__modal_close:hover::before, .scarlet-movie__modal_close:hover::after {
  background-color: #ff6762;
}
.scarlet-movie__modal_close::before, .scarlet-movie__modal_close::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 3.125vw;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__modal_close::before, .scarlet-movie__modal_close::after {
    width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__modal_close::before, .scarlet-movie__modal_close::after {
    width: 7.6923076923vw;
  }
}
.scarlet-movie__modal_close::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.scarlet-movie__modal_close::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.scarlet-movie__modal iframe {
  width: 100%;
  height: 31.25vw;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__modal iframe {
    height: 42.25vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__modal iframe {
    height: 46.1538461538vw;
    margin-top: 3.8461538462vw;
  }
}
.scarlet-movie__modal_filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 0;
}
.scarlet-movie__pagetop {
  position: fixed;
  right: -43px;
  bottom: 44px;
  z-index: 1;
  width: 138px;
  height: 51px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__pagetop {
    right: -5.375vw;
    bottom: 5.5vw;
    width: 17.25vw;
    height: 6.375vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__pagetop {
    right: -6.0256410256vw;
    bottom: 5.8974358974vw;
    width: 25.1282051282vw;
    height: 13.0769230769vw;
  }
}
.scarlet-movie__pagetop.scroll {
  opacity: 1;
}
.scarlet-movie__pagetop.scroll a {
  pointer-events: auto;
}
.scarlet-movie__pagetop a {
  pointer-events: none;
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.scarlet-movie__pagetop a:hover {
  opacity: 0.7;
}
.scarlet-movie__pagetop a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #ff6762;
  margin: auto;
}
.scarlet-movie__pagetop a p {
  position: absolute;
  top: 50%;
  left: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ff6762;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__pagetop a::before {
    width: 7.5vw;
  }
  .scarlet-movie__pagetop a p {
    left: 8.125vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__pagetop a::before {
    width: 7.6923076923vw;
  }
  .scarlet-movie__pagetop a p {
    left: 8.9743589744vw;
    font-size: 3.0769230769vw;
  }
}
.scarlet-movie__footer {
  position: relative;
  overflow: hidden;
  padding: 9.7222222222vw 0 5.2083333333vw;
}
.scarlet-movie__footer::before {
  position: absolute;
  top: 0;
  left: 1.1805555556vw;
  content: "";
  width: 98.4486111111vw;
  height: 6.0555555556vw;
  background: url("../img/footer/bg.svg") no-repeat top left/100%;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__footer {
    padding: 17.5vw 0 6.25vw;
  }
  .scarlet-movie__footer::before {
    left: -0.625vw;
    width: 98.75vw;
    height: 5.75vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__footer {
    padding: 17.9487179487vw 0 12.8205128205vw;
  }
  .scarlet-movie__footer::before {
    left: -0.5128205128vw;
    width: calc(100% + 0.2564102564vw);
    height: 6.1538461538vw;
  }
}
.scarlet-movie__footer_bnr {
  width: 48.6111111111vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__footer_bnr {
    width: 87.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__footer_bnr {
    width: 89.7435897436vw;
  }
}
.scarlet-movie__footer_bnr a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.scarlet-movie__footer_bnr a:hover {
  opacity: 0.7;
}
.scarlet-movie__footer_bnr a img {
  width: 100%;
}
.scarlet-movie__footer_sns {
  display: -ms-grid;
  display: grid;
  gap: 1.0416666667vw;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1.0416666667vw 1fr 1.0416666667vw 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 22.9166666667vw;
  margin: 4.1666666667vw auto 0;
}
.scarlet-movie__footer_sns > div {
  width: 6.9444444444vw;
}
.scarlet-movie__footer_sns > div a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.scarlet-movie__footer_sns > div a:hover {
  opacity: 0.7;
}
.scarlet-movie__footer_sns > div a img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__footer_sns {
    gap: 1.875vw;
    width: 41.25vw;
    margin: 7.5vw auto 0;
  }
  .scarlet-movie__footer_sns > div {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__footer_sns {
    gap: 3.8461538462vw;
    width: 84.6153846154vw;
    margin: 10.2564102564vw auto 0;
  }
  .scarlet-movie__footer_sns > div {
    width: 25.641025641vw;
  }
}
.scarlet-movie__footer_copy {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .scarlet-movie__footer_copy {
    font-size: 1.75vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .scarlet-movie__footer_copy {
    font-size: 2.5641025641vw;
    margin-top: 10.2564102564vw;
  }
}
/*# sourceMappingURL=style.css.map */