<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Main {
  width: 100%;
  padding-bottom: 100px;
  background-color: #f5f9f9;
}
@media screen and (max-width: 768px) {
  .Main {
    padding-bottom: 56px;
  }
}
.Firstview {
  width: 100%;
}
.Firstview-Header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(120px, calc(200 / 1920 * 100vw), 200px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .Firstview-Header {
    height: 180px;
  }
}
.Firstview-Header-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 768px) {
  .Firstview-Header-Image {
    display: none;
  }
}
.Firstview-Header-ImageSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .Firstview-Header-ImageSP {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.Firstview-Header-Title {
  position: relative;
  top: clamp(0px, calc(8 / 1920 * 100vw), 8px);
  width: auto;
  height: 50%;
}
@media screen and (max-width: 768px) {
  .Firstview-Header-Title {
    left: 10px;
    height: 34px;
  }
}
.Firstview__Bottom {
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Firstview__Bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Firstview__BottomInner {
  width: 100%;
  max-width: 1520px;
}
.Firstview-Headline {
  position: relative;
  padding-top: 16px;
  font-size: clamp(26px, calc(300 / 1920 * 100vw), 30px);
  letter-spacing: 0.3em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .Firstview-Headline {
    position: static;
    padding-top: 6px;
    letter-spacing: 0.2em;
    font-size: 22px;
  }
}
.Firstview-Summury {
  margin-top: 20px;
  width: 100%;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 18px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Firstview-Summury {
    font-size: 14px;
    line-height: calc((44 / 28));
  }
}
.Schedule {
  margin-top: clamp(0px, 1.041666666666667vw, 20px);
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Schedule {
    margin-top: 36px;
    padding-left: 0;
    padding-right: 0;
  }
}
.Schedule__Inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Schedule-Headline {
  border-bottom: solid 2px #090909;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, 0.520833333333333vw, 10px);
  color: #090909;
  text-align: center;
  padding-bottom: clamp(7.5px, 1.09375vw, 21px);
}
@media screen and (max-width: 768px) {
  .Schedule-Headline {
    width: calc(100% - 20px);
  }
}
.Schedule-Headline-Ruby {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .Schedule-Headline-Ruby {
    font-size: 24px;
  }
}
.Schedule-Headline-Main {
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  font-family: "din-2014";
}
@media screen and (max-width: 768px) {
  .Schedule-Headline-Main {
    font-size: 10px;
  }
}
.Schedule-List {
  margin-top: clamp(0px, 1.041666666666667vw, 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Schedule-List-Item {
  box-shadow: 0px 0px 15px 1px rgba(130, 130, 130, 0.55);
  width: 100%;
  display: flex;
}
.Schedule-List-Item__Left {
  width: clamp(0px, 22.833333333333336vw, 450px);
}
@media screen and (max-width: 768px) {
  .Schedule-List-Item__Left {
    width: clamp(0px, 38.33333333333333vw, 170px);
  }
}
@media screen and (max-width: 550px) {
  .Schedule-List-Item__Left {
    width: clamp(0px, 22vw, 145px);
  }
}
.Schedule-List-Item__ImageWrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(240 / 400 * 100%);
}
@media screen and (max-width: 768px) {
  .Schedule-List-Item__ImageWrapper {
    padding-top: calc(160 / 250 * 100%);
  }
}
.Schedule-List-Item-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Schedule-List-Item__Right {
  flex: 1;
  /* padding-left: 20px;
  padding-right: 20px; */
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.Schedule-List-Item__RightInner {
  width: 100%;
  height: 100%;
  max-width: 560px;
  padding-left: 1.8vw;
  display: flex;
  align-items: center;
  gap: clamp(0px, 2.645833333333333vw, 70px);
}
@media screen and (max-width: 768px) {
  .Schedule-List-Item__RightInner {
    gap: 8px;
  }
}
.Schedule-List-Item-Month {
  width: clamp(0px, 4.6875vw, 90px);
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.Schedule-List-Item-Month-Number {
  font-size: clamp(20px, 4.166666666666666vw, 80px);
  font-family: "din-2014";
}
.Schedule-List-Item-Month-Unit {
  font-size: clamp(10px, 1.145833333333333vw, 22px);
}
.Schedule-List-Item-Title {
  font-size: clamp(14px, 1.666666666666667vw, 32px);
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Schedule-List-Item-Title {
    font-size: clamp(10px, 3.733333333333334vw, 14px);
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 550px) {
  .Schedule-List-Item-Title {
    font-size: clamp(0px, 3.733333333333334vw, 14px);
    letter-spacing: 0.1em;
  }
}
.Interview {
  margin-top: 80px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Interview {
    margin-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Interview__Inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Interview-Headline {
  border-bottom: solid 2px #090909;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, 0.520833333333333vw, 10px);
  color: #090909;
  text-align: center;
  padding-bottom: clamp(7.5px, 1.09375vw, 21px);
}
@media screen and (max-width: 768px) {
  .Interview-Headline {
    width: calc(100% - 20px);
  }
}
.Interview-Headline-Ruby {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .Interview-Headline-Ruby {
    font-size: 24px;
  }
}
.Interview-Headline-Main {
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  font-family: "din-2014";
}
@media screen and (max-width: 768px) {
  .Interview-Headline-Main {
    font-size: 10px;
  }
}
.Interview-Content {
  width: 100%;
  padding-top: 30px;
}
.Interview-Content-Modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition-property: visibility, opacity;
  transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.Interview-Content-Modal__IsShow {
  opacity: 1;
  visibility: visible;
}
.Interview-Content-Modal-List {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding-top: clamp(0px, 5.46875vw, 105px);
  padding-bottom: clamp(0px, 3.125vw, 60px);
  padding-left: clamp(0px, 3.645833333333333vw, 70px);
  padding-right: clamp(0px, 4.6875vw, 90px);
  display: flex;
  background-color: rgba(255, 255, 255, 1);
}
.Interview-Content-Modal-List-Image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: auto;
  height: clamp(0px, 6.770833333333333vw, 130px);
}
.Interview-Content-Modal-List-CloseButton {
  position: absolute;
  top: clamp(0px, 1.5625vw, 30px);
  right: clamp(0px, 1.5625vw, 30px);
  width: clamp(0px, 2.1875vw, 42px);
  height: clamp(0px, 2.1875vw, 42px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-CloseButton {
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.Interview-Content-Modal-List-CloseButton-Icon {
  width: 100%;
  height: 100%;
}
.Interview-Content-Modal-List-PrevButton {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-PrevButton {
    left: -15px;
    width: 30px;
    height: 30px;
  }
}
.Interview-Content-Modal-List-PrevButton-Icon {
  width: 100%;
  height: 100%;
}
.Interview-Content-Modal-List-NextButton {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-NextButton {
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.Interview-Content-Modal-List-NextButton-Icon {
  width: 100%;
  height: 100%;
}
.Interview-Content-Modal-List-Item {
  overflow: scroll;
  width: 100%;
  display: flex;
  gap: clamp(0px, 4.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item {
    flex-direction: column;
  }
}
.Interview-Content-Modal-List-Item__Left {
  width: clamp(0px, 23.4375vw, 450px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item__Left {
    width: 100%;
    display: flex;
    gap: 10px;
  }
}
.Interview-Content-Modal-List-Item__ImageWrapper {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item__ImageWrapper {
    flex: none;
    width: 100px;
  }
}
.Interview-Content-Modal-List-Item__ImageWrapperInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.Interview-Content-Modal-List-Item-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Interview-Content-Modal-List-Item {
  width: 100%;
}
.Interview-Content-Modal-List-Item-Title {
  margin-top: clamp(0px, 2.083333333333333vw, 40px);
  width: 100%;
  font-size: clamp(10px, 1.145833333333333vw, 22px);
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item-Title {
    line-height: 1.2;
  }
}
.Interview-Content-Modal-List-Item-Name {
  margin-top: clamp(0px, 2.083333333333333vw, 40px);
  font-size: clamp(16px, 1.979166666666667vw, 38px);
}
.Interview-Content-Modal-List-Item-NameRoman {
  margin-top: clamp(0px, 7.291666666666667vw, 10px);
  font-size: clamp(10px, 0.9375vw, 18px);
  letter-spacing: 0.3em;
  font-family: "din-2014";
}
.Interview-Content-Modal-List-Item-Content {
  z-index: 20;
  flex: 1;
}
.Interview-Content-Modal-List-Item-Content h2 {
  margin-bottom: clamp(calc(20px - 0.4em), calc(1.875vw - 0.4em), calc(36px - 0.4em));
  font-size: clamp(16px, 1.979166666666667vw, 38px);
  display: inline-block;
  background: linear-gradient(transparent 50%, rgb(255, 252, 121) 50%);
  border-bottom: 0.4em solid rgb(255, 252, 121);
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item-Content h2 {
    margin-bottom: clamp(calc(20px - 0.8em), calc(1.875vw - 0.8em), calc(36px - 0.8em));
  }
}
.Interview-Content-Modal-List-Item-Content &gt; * + h2 {
  margin-top: clamp(20px, 3.333333333333333vw, 64px);
}
.Interview-Content-Modal-List-Item-Content p {
  font-size: clamp(10px, 0.9375vw, 18px);
  line-height: calc((30 / 18));
  letter-spacing: 0.3em;
}
.Interview-Content-List {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(0px, calc((5600vw / 1920)), 56px);
  row-gap: clamp(0px, calc((6400vw / 1920)), 64px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-List {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 28px;
    column-gap: clamp(0px, 4vw, 15px);
  }
}
.Interview-Content-List-Item {
  position: relative;
  padding-top: clamp(0px, calc((3000vw / 1920)), 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .Interview-Content-List-Item {
    padding-top: 18px;
  }
}
.Interview-Content-List-Item-Headline {
  position: absolute;
  top: 0;
  z-index: 10;
  font-size: clamp(10px, calc((3200vw / 1920)), 32px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Interview-Content-List-Item-Headline {
    font-size: 16px;
  }
}
.Interview-Content-List-Item-Headline-Tip {
  font-size: clamp(10px, calc((2600vw / 1920)), 26px);
}
.Interview-Content-List-Item-Thumbnail {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .Interview-Content-List-Item-Thumbnail {
    margin-top: 5px;
  }
}
.Interview-Content-List-Item-Thumbnail__Inner {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: box-shadow;
  transition-duration: 0.5s;
}
.Interview-Content-List-Item-Thumbnail__Inner::after {
  content: "MORE";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.Interview-Content-List-Item-Thumbnail-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.Interview-Content-List-Item-Thumbnail-Tip {
  position: absolute;
  right: 0;
  bottom: clamp(0px, calc((3000vw / 1920)), 30px);
  width: clamp(0px, calc((15500vw / 1920)), 155px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-List-Item-Thumbnail-Tip {
    width: clamp(0px, 16vw, 9999px);
  }
}
.Interview-Content-List-Item-Thumbnail-Tip-Image {
  width: 100%;
}
.Interview-Content-List-Item:hover
  .Interview-Content-List-Item-Thumbnail__Inner {
  box-shadow: 0 0 72px 0 rgba(0, 0, 0, 0.31);
}
.Interview-Content-List-Item:hover
  .Interview-Content-List-Item-Thumbnail__Inner::after {
  visibility: visible;
  opacity: 1;
}
.Interview-Content-List-Item:hover
  .Interview-Content-List-Item-Thumbnail-Image {
  opacity: 0.42;
}
.Interview-Content-List-Item:hover .Interview-Content-List-Item-Thumbnail-Tip {
  animation: fadeIn 0.5s;
}
.Interview-Content-List-Item-Title {
  margin-top: 10px;
  font-size: clamp(10px, calc((2400vw / 1920)), 24px);
  color: #757474;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: clamp(12px, calc((2800vw / 1920)), 28px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-List-Item-Title {
    margin-top: 5px;
    font-size: clamp(10px, calc((1400vw / 375)), 14px);
    line-height: 18px;
    letter-spacing: 0;
  }
}
.Interview-Content-List-Item-Description {
  margin-top: 7px;
  font-size: clamp(12px, calc((1400vw / 1920)), 14px);
  letter-spacing: 0.075em;
  line-height: 2;
}
.Alone {
  margin-top: 52px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Alone {
    margin-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Alone__Inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 2.5vw, 48px);
}
@media screen and (max-width: 768px) {
  .Alone__Inner {
    gap: 18px;
  }
}
.Alone-Headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, 0.625vw, 12px);
}
@media screen and (max-width: 768px) {
  .Alone-Headline {
    gap: 12px;
  }
}
.Alone-Headline-Main {
  font-size: clamp(22px, 2.5vw, 48px);
}
.Alone-Headline-Sub {
  font-size: clamp(10px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
}
.Alone-List {
  width: 100%;
  display: flex;
  gap: clamp(0px, 4.6875vw, 90px);
}
@media screen and (max-width: 768px) {
  .Alone-List {
    padding-right: 12px;
    flex-direction: column;
    gap: 22px;
  }
}
.Alone-List-Item {
  box-shadow: 0px 0px 15px 2px rgba(130, 130, 130, 0.55);
  flex: 1;
  padding-top: clamp(0px, 4.166666666666666vw, 80px);
  padding-bottom: clamp(0px, 4.947916666666666vw, 95px);
  padding-left: clamp(0px, 4.166666666666666vw, 80px);
  padding-right: clamp(0px, 4.166666666666666vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0px, 1.5625vw, 30px);
  background-color: rgba(255, 255, 255, 0.82);
}
@media screen and (max-width: 768px) {
  .Alone-List-Item {
    padding-top: 42px;
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 48px;
    gap: 18px;
  }
}
.Alone-List-Item-Headline {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  font-size: clamp(16px, 1.770833333333333vw, 34px);
  letter-spacing: 0.025em;
}
.Alone-List-Item-Text {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #757474;
  letter-spacing: 0.1em;
  line-height: calc((32 / 24));
}
@media screen and (max-width: 768px) {
  .Alone-List-Item-Text {
    line-height: calc((36 / 28));
  }
}
.Alone-List-Item-Description {
  font-size: clamp(12px, 0.729166666666667vw, 14px);
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Alone-List-Item-Description {
    line-height: calc((32 / 24));
  }
}
.Alone-List-Item-Tel {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.78125vw, 15px);
}
.Alone-List-Item-Tel-Icon {
  width: clamp(14px, 1.40625vw, 27px);
  height: clamp(14px, 1.40625vw, 27px);
}
.Alone-List-Item-Tel-Number {
  font-size: clamp(18px, 1.5625vw, 30px);
  letter-spacing: 0.1em;
  font-family: "din-2014";
}
.PageFooter {
  margin-top: 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .PageFooter {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .PC {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .SP {
    display: none;
  }
}
@-moz-keyframes fadeIn {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@-o-keyframes fadeIn {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes fadeIn {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}


.Pickup-movie {
  background: -webkit-gradient(linear, left top, right top, from(#04b8c3), to(#00cfac));
  background: -o-linear-gradient(left, #04b8c3, #00cfac);
  background: linear-gradient(to right, #04b8c3, #00cfac);
  padding: 40px 0;
  margin: 40px 0;
}


.Pickup-movie-title {
  text-align: center;
  font-size: clamp(10px, calc((3200vw / 1920)), 32px);
  font-family: din-2014, sans-serif;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.Pickup-movie-title::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 2px;
  height: 130%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000;
}

.Pickup-movie-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Pickup-movie-title::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 2px;
  height: 130%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .Pickup-movie-title {
    font-size: 16px;
  }
}</pre></body></html>